Notify updates

This commit is contained in:
Yiğit Kerem Oktay 2020-08-17 00:25:12 +03:00 committed by GitHub
parent 48ba123c6e
commit bc145421a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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