2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Add support for PHP7, update ADODB

This commit is contained in:
Adam Zammit
2017-03-27 15:39:17 +11:00
225 changed files with 51391 additions and 40151 deletions

View File

@@ -268,7 +268,7 @@ if (!defined('DB_USER')) define('DB_USER', 'quexs');
if (!defined('DB_PASS')) define('DB_PASS', 'quexs');
if (!defined('DB_HOST')) define('DB_HOST', 'localhost');
if (!defined('DB_NAME')) define('DB_NAME', 'quexs');
if (!defined('DB_TYPE')) define('DB_TYPE', 'mysqlt');
if (!defined('DB_TYPE')) define('DB_TYPE', 'mysqli');
/**
* The prefix for the limesurvey database