Update install.php

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

View File

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