From 986506c080b6f5d48b777d5af807d92435b9de3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Mon, 17 Aug 2020 00:14:27 +0300 Subject: [PATCH] Allow notifyUpdates by default --- install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install.php b/install.php index 6305a6c..211c5f3 100644 --- a/install.php +++ b/install.php @@ -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");