server/lib/classes/db_mysql.inc.php | ●●●●● patch | view | raw | blame | history |
server/lib/classes/db_mysql.inc.php
@@ -52,6 +52,7 @@ $this->dbName = $conf["db_database"]; $this->dbUser = $conf["db_user"]; $this->dbPass = $conf["db_password"]; $this->dbCharset = $conf['db_charset']; //$this->connect(); }