Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

Commit d7132de

Browse files
author
cammygames
committed
Should be false by default
1 parent f3b0334 commit d7132de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Modules: Here you can enable any modules for the system that have been made to
2626
support people who use things like SQL Smart Phone
2727
*/
28-
define("sql_smartPhone",true);
28+
define("sql_smartPhone",false);
2929

3030

3131
/**

0 commit comments

Comments
 (0)