Skip to content

Commit 906f70c

Browse files
committed
disable auto update check for now
1 parent e22cf1e commit 906f70c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/updates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// and available online version of MyWebSQL
1515

1616
// if true, new version will be checked for and notified on main interface
17-
$AUTOUPDATE_CHECK = true;
17+
$AUTOUPDATE_CHECK = false;
1818

1919
// days of week on which auto update will run itself
2020
$AUTOUPDATE_DAYS = array('Mon');

0 commit comments

Comments
 (0)