4 // Referenced from /library/sqlconf.php.
6 global $disable_utf8_flag;
7 $disable_utf8_flag = false;
17 $sqlconf["host"]= $host;
18 $sqlconf["port"] = $port;
19 $sqlconf["login"] = $login;
20 $sqlconf["pass"] = $pass;
21 $sqlconf["dbase"] = $dbase;
23 //////////////////////////
24 //////////////////////////
25 //////////////////////////
26 //////DO NOT TOUCH THIS///
27 $config = 0; /////////////
28 //////////////////////////
29 //////////////////////////
30 //////////////////////////