Merge pull request #36 from UnickSoft/php71

Disable database to be compatible with php71
This commit is contained in:
Unick Soft
2022-02-02 21:23:40 +02:00
committed by GitHub

View File

@@ -7,6 +7,7 @@
*/
require_once BASEPATH . 'lib/Db/Db.php';
new Db();
// @graphonline: We dont use database.
//require_once BASEPATH . 'lib/Db/Db.php';
//new Db();
?>