mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-06 04:44:21 +00:00
more updates
This commit is contained in:
+3
-1
@@ -345,4 +345,6 @@ include("Templates/links.tpl");
|
||||
</html>
|
||||
<?php
|
||||
}else{
|
||||
}
|
||||
header("Location: spieler.php");
|
||||
}
|
||||
?>
|
||||
@@ -149,6 +149,8 @@ else if (isset($_GET['s'])) {
|
||||
if($_GET['s'] > 4 or $session->sit == 1) {
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user