From 0693327a21ab29d839e15b1b1ff842bae9f06732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Mon, 17 Aug 2020 00:13:26 +0300 Subject: [PATCH] Add some additional info to update notification --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 7ee7450..514b91a 100644 --- a/index.php +++ b/index.php @@ -79,7 +79,7 @@ $remotedl = file_get_contents("https://skkyfallenhosted.ml/serverstatus/versiona } if($db->getSetting($mysqli,"notifyUpdate") == "yes"){ if($remoteversion != $appversion){ - die("Your installation is not upp to date! Download the new update from: '".$remotedl."'"); + die("Your installation is not upp to date! Download the new update from: '".$remotedl."' Your version is:'".$appversion."' Remote Authority Version is:'".$remoteversion."'"); } } Template::render_header("Status");