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