mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-02 07:46:17 +00:00
Merge pull request #36 from UnickSoft/php71
Disable database to be compatible with php71
This commit is contained in:
commit
9acda45f08
@ -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