mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-25 05:56:13 +00:00
fixed sum direct links
This commit is contained in:
@@ -41,7 +41,7 @@ if(isset($_GET['u']))
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="hab" colspan="2">Check for Update</td>
|
<td class="hab" colspan="2">Check for Update</td>
|
||||||
<td class="hab" colspan="1"><center><a href="http://travian.gamingcrazy.net/TravianZ/Admin/admin.php?p=update&c"><img src="../img/admin/b/ok1.gif"></a></center></td>
|
<td class="hab" colspan="1"><center><a href="?p=update&c"><img src="../img/admin/b/ok1.gif"></a></center></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="hab" colspan="2">Update</td>
|
<td class="hab" colspan="2">Update</td>
|
||||||
@@ -49,8 +49,13 @@ if(isset($_GET['u']))
|
|||||||
if(isset($_GET['s']))
|
if(isset($_GET['s']))
|
||||||
{echo '<font color="red">Update Success</font>';}
|
{echo '<font color="red">Update Success</font>';}
|
||||||
elseif($latest > $ver)
|
elseif($latest > $ver)
|
||||||
{echo'<center><a href="http://travian.gamingcrazy.net/TravianZ/Admin/admin.php?p=update&u"><img src="../img/admin/b/update.png"></a></center>'; }
|
{echo'<center><a href="?p=update&u"><img src="../img/admin/b/update.png"></a></center>'; }
|
||||||
else { echo "No updates Avaiable";}?></td>
|
else { echo "No updates Avaiable";}?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="hab" colspan="2">Visit Forum</td>
|
||||||
|
<td class="hab" colspan="1"><center><a href="http://travian.gamingcrazy.net/forum/"><img src="../img/admin/b/ok1.gif"></a></center></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table><br /><br />
|
||||||
|
<p><font color="red">Guys don`t forget to register at the forum to receive information of the updates"</font></p>
|
||||||
Reference in New Issue
Block a user