From 4801c04b659c29cce71b3b106a2a0ee30446f66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Mon, 17 Aug 2020 00:35:41 +0300 Subject: [PATCH] Fix tpyo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 52493c7..e93b702 100644 --- a/index.php +++ b/index.php @@ -77,7 +77,7 @@ if(trim($useed) == "beta"){ $remoteversion = file_get_contents("https://skyfallenhosted.ml/serverstatus/versionauthority/beta/version"); $remotedl = file_get_contents("https://skyfallenhosted.ml/serverstatus/versionauthority/beta/dl"); } -if($db->getSetting($mysqli,"notifyUpdate") == "yes"){ +if($db->getSetting($mysqli,"notifyUpdates") == "yes"){ if(trim($remoteversion) != trim($appversion)){ die("Your installation is not upp to date! Download the new update from: '".$remotedl."' Your version is:'".$appversion."' Remote Authority Version is:'".$remoteversion."'"); }