4 // Referenced from sql.inc
12 //Added ability to disable
13 //utf8 encoding - bm 05-2009
14 $disable_utf8_flag = false;
17 $sqlconf["host"]= $host;
18 $sqlconf["port"] = $port;
19 $sqlconf["login"] = $login;
20 $sqlconf["pass"] = $pass;
21 $sqlconf["dbase"] = $dbase;
22 //////////////////////////
23 //////////////////////////
24 //////////////////////////
25 //////DO NOT TOUCH THIS///
26 $config = 0; /////////////
27 //////////////////////////
28 //////////////////////////
29 //////////////////////////