mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-17 00:26:30 +00:00
Disable database to be compatible with php71
This commit is contained in:
parent
59b53a69d4
commit
03c927e425
@ -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();
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user