Skip to content

Commit 85dfce5

Browse files
authored
Remove old version server checks
1 parent 75bdde2 commit 85dfce5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
unset($_SESSION['subscriber_id']);
6969
header('Location: index.php');
7070
}
71+
/*
7172
$versionfile = fopen("versionfile", "r") or die("Unable to open version file!");
7273
$appversion = fread($versionfile,filesize("versionfile"));
7374
fclose($versionfile);
@@ -90,6 +91,7 @@
9091
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.");
9192
}
9293
}
94+
*/
9395
Template::render_header("Status");
9496
?>
9597
<div class="text-center">

0 commit comments

Comments
 (0)