Modified support page like real Travian

This commit is contained in:
Shadow
2018-06-04 14:28:50 +03:00
committed by GitHub
parent 4fb4d2e61e
commit 57a5a70abb
+1 -1
View File
@@ -63,7 +63,7 @@ div.c1 {text-align: center}
// no support for support :-D
if ($_SESSION['id_user'] != 1) {
?>
<a href="support.php"><b><?php echo SUPPORT;?></b></a>
<a href="spieler.php?uid=1"><b><?php echo SUPPORT;?></b></a>
<?php
}
include("Templates/links.tpl");