Allow notifyUpdates by default

This commit is contained in:
Yiğit Kerem Oktay 2020-08-17 00:14:27 +03:00 committed by GitHub
parent 0693327a21
commit 986506c080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ if(isset($_POST['server']) && empty($message))
include_once "create-server-config.php";
$db->setSetting($mysqli,"dbConfigVersion","Version2Beta6");
$db->setSetting($mysqli,"notifyUpdates","no");
unlink("create-server-config.php");
unlink("config.php.template");
unlink("install.sql");