This commit is contained in:
unknown
2012-10-18 10:58:48 +02:00
parent 4a5bcde08a
commit 0b65bca1be
+2
View File
@@ -159,6 +159,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: spieler.php?s=3");
}
?>
</div>