mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-04 17:37:21 +00:00
more updates
This commit is contained in:
@@ -345,4 +345,6 @@ include("Templates/links.tpl");
|
|||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
}else{
|
}else{
|
||||||
|
header("Location: spieler.php");
|
||||||
}
|
}
|
||||||
|
?>
|
||||||
@@ -149,6 +149,8 @@ else if (isset($_GET['s'])) {
|
|||||||
if($_GET['s'] > 4 or $session->sit == 1) {
|
if($_GET['s'] > 4 or $session->sit == 1) {
|
||||||
header("Location: ".$_SERVER['PHP_SELF']."?uid=".preg_replace("/[^a-zA-Z0-9_-]/","",$session->uid));
|
header("Location: ".$_SERVER['PHP_SELF']."?uid=".preg_replace("/[^a-zA-Z0-9_-]/","",$session->uid));
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
header("Location: ".$_SERVER['PHP_SELF']."?uid=".preg_replace("/[^a-zA-Z0-9_-]/","",$session->uid));
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user