1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
$cfgServers['host'] = 'localhost'; $cfgServers['selectdb'] = 'bjcompany_conc'; $cfgServers['stduser'] = 'bjcompany_conc'; $cfgServers['stdpass'] = 'kzo12HVd'; //---------------------------------------------------------
date_default_timezone_set("Asia/Bangkok");
?>
|