more updates

This commit is contained in:
unknown
2012-10-07 12:03:10 +02:00
parent 9c53363203
commit c11f100f2e
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -345,4 +345,6 @@ include("Templates/links.tpl");
</html>
<?php
}else{
}
header("Location: spieler.php");
}
?>
+2
View File
@@ -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>