mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-23 11:37:14 +00:00
fix: all location headers need to have exit after them!
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
if($session->access!=BANNED){
|
||||
$building->finishAll();
|
||||
header("Location: plus.php?id=3");
|
||||
exit;
|
||||
}else{
|
||||
header("Location: banned.php");
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user