mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-19 00:27:17 +00:00
Remove check for updates
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
||||||
############ Check Update #############
|
############ Check Update #############
|
||||||
copy("http://travian.gamingcrazy.net/Update/update_latest.tpl", "Templates/update_latest.tpl");
|
//copy("http://travian.gamingcrazy.net/Update/update_latest.tpl", "Templates/update_latest.tpl");
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
|
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
|
||||||
include('ver.tpl');
|
include('ver.tpl');
|
||||||
if(isset($_GET['c']))
|
//if(isset($_GET['c']))
|
||||||
{
|
//{
|
||||||
copy("https://raw.github.com/yi12345/TravianZ/master/Admin/Templates/update_latest.tpl", "Templates/update_latest.tpl");
|
// copy("https://raw.github.com/yi12345/TravianZ/master/Admin/Templates/update_latest.tpl", "Templates/update_latest.tpl");
|
||||||
}
|
//}
|
||||||
include('update_latest.tpl');
|
include('update_latest.tpl');
|
||||||
/*
|
/*
|
||||||
if(isset($_GET['u']))
|
if(isset($_GET['u']))
|
||||||
|
|||||||
Reference in New Issue
Block a user