From 85dfce55c87cdc4b75be44ad680405dd015c3501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Thu, 12 Nov 2020 22:06:55 +0300 Subject: [PATCH] Remove old version server checks --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index cd38b59..c05380e 100644 --- a/index.php +++ b/index.php @@ -68,6 +68,7 @@ if (isset($_GET['subscriber_logout'])){ unset($_SESSION['subscriber_id']); header('Location: index.php'); } +/* $versionfile = fopen("versionfile", "r") or die("Unable to open version file!"); $appversion = fread($versionfile,filesize("versionfile")); fclose($versionfile); @@ -90,6 +91,7 @@ if($db->getSetting($mysqli,"notifyUpdates") == "yes"){ 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"); ?>