From 349aa0e195b89ad9924de94a4fbaf37df2fc71fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Mon, 17 Aug 2020 00:41:42 +0300 Subject: [PATCH] Fix tpyo and add some info --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index e93b702..4ab36b9 100644 --- a/index.php +++ b/index.php @@ -79,7 +79,7 @@ $remotedl = file_get_contents("https://skyfallenhosted.ml/serverstatus/versionau } 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."'"); + die("Your installation is not upp to date! Download the new update from: '".$remotedl."' Your version is:'".$appversion."' Remote Authority Version is:'".$remoteversion."' Your Update Seed is:'".$useed."' Remote Package Authority is Skyfallen.
If you cannot access Remote Authority, please check status.theskyfallen.com and skyfallenhosted.ml manually."); } } Template::render_header("Status");