From 48ba123c6eb938651104dbc61d32b3c49c9de0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Mon, 17 Aug 2020 00:23:10 +0300 Subject: [PATCH] Update install.php --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index aa878eb..2cea200 100644 --- a/install.php +++ b/install.php @@ -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");