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
+3 -2
View File
@@ -7,6 +7,7 @@
*/ */
require_once BASEPATH . 'lib/Db/Db.php'; // @graphonline: We dont use database.
new Db(); //require_once BASEPATH . 'lib/Db/Db.php';
//new Db();
?> ?>