diff --git a/index.php b/index.php
index cd38b59..c05380e 100644
--- a/index.php
+++ b/index.php
@@ -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);
@@ -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.
If you cannot access Remote Authority, please check status.theskyfallen.com and skyfallenhosted.ml manually.");
}
}
+*/
Template::render_header("Status");
?>