diff --git a/core/init/db.php b/core/init/db.php index 1c8e424..ff0801b 100755 --- a/core/init/db.php +++ b/core/init/db.php @@ -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(); ?> \ No newline at end of file