Disable database to be compatible with php71

This commit is contained in:
Oleg Sh 2022-02-02 21:00:23 +02:00
parent 59b53a69d4
commit 03c927e425

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