Remove check for updates

This commit is contained in:
KFCSpike
2013-12-01 11:54:44 +00:00
parent 02baf73c9d
commit 78e8721cd7
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
<?php
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
include('ver.tpl');
if(isset($_GET['c']))
{
copy("https://raw.github.com/yi12345/TravianZ/master/Admin/Templates/update_latest.tpl", "Templates/update_latest.tpl");
}
//if(isset($_GET['c']))
//{
// copy("https://raw.github.com/yi12345/TravianZ/master/Admin/Templates/update_latest.tpl", "Templates/update_latest.tpl");
//}
include('update_latest.tpl');
/*
if(isset($_GET['u']))