Provide initial MySQL SSL support

This commit is contained in:
Adam Zammit
2019-05-13 14:44:54 +10:00
parent 972d23b750
commit 08a5f70162
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -75,6 +75,6 @@ define('DB_USER', 'root');
define('DB_PASS', '');
define('DB_HOST', 'localhost');
define('DB_NAME', 'quexs');
define('DB_SSL', null);
?>