1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php $cfgServers['host'] = 'localhost';
$cfgServers['stduser'] = 'bjcompany_data'; $cfgServers['stdpass'] = '51iq3x2l53$2023'; //$cfgServers['stdpass'] = 'CXoKmA8Yb9'; $cfgServers['selectdb'] = 'bjcompany_data';
//-------------------------------------- //--post feee $total_max=600; $total_min=199;
?>
|