fix to last commit

This commit is contained in:
Sergey Tsalkov
2017-10-15 17:56:10 +00:00
parent cb10e249b2
commit b41887505d

View File

@@ -24,6 +24,7 @@ class DB {
public static $password = ''; public static $password = '';
public static $host = 'localhost'; public static $host = 'localhost';
public static $port = 3306; //hhvm complains if this is null public static $port = 3306; //hhvm complains if this is null
public static $socket = null;
public static $encoding = 'latin1'; public static $encoding = 'latin1';
// configure workings // configure workings