Skip to content

Commit

Permalink
Remove old version server checks
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitkeremoktay authored Nov 12, 2020
1 parent 75bdde2 commit 85dfce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
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);
Expand All @@ -90,6 +91,7 @@
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. <br>If you cannot access Remote Authority, please check status.theskyfallen.com and skyfallenhosted.ml manually.");
}
}
*/
Template::render_header("Status");
?>
<div class="text-center">
Expand Down

0 comments on commit 85dfce5

Please sign in to comment.