I should really remove my gloves when typing keyboard

This commit is contained in:
fser 2014-07-05 22:13:41 +02:00
parent bb5914faf0
commit e540bac95d
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ foreach ($mysqlConfigFile as $line) {
*/ */
class DB_system extends DB_Sql { class DB_system extends DB_Sql {
function __construct() { function __construct() {
parent::__construct('127.0.0.4, $database, $user, $password); parent::__construct('127.0.0.1', $database, $user, $password);
} }
} }