Update System

This commit is contained in:
Akshay Naik
2013-03-23 21:45:23 +05:30
parent 0f8515ed77
commit 8abfceb5b7
3 changed files with 7 additions and 6 deletions
+1 -4
View File
@@ -11,10 +11,7 @@
#################################################################################
############ Check Update #############
if(isset($_GET['c']))
{
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">
+1 -1
View File
@@ -1,3 +1,3 @@
<?php
$ver="15";
$ver="16";
?>