From b41887505d6c42701763487e81ca5c36bfb22ea0 Mon Sep 17 00:00:00 2001 From: Sergey Tsalkov Date: Sun, 15 Oct 2017 17:56:10 +0000 Subject: [PATCH] fix to last commit --- db.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/db.class.php b/db.class.php index 930b97d..29c978a 100644 --- a/db.class.php +++ b/db.class.php @@ -24,6 +24,7 @@ class DB { public static $password = ''; public static $host = 'localhost'; public static $port = 3306; //hhvm complains if this is null + public static $socket = null; public static $encoding = 'latin1'; // configure workings