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
commit 9acda45f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();
?>