mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 21:34:22 +00:00
fix: all location headers need to have exit after them!
This commit is contained in:
+1
-1
@@ -110,4 +110,4 @@ echo round(($generator->pageLoadTimeEnd()-$start)*1000);
|
||||
</html>
|
||||
<?php
|
||||
}
|
||||
else{header("Location: banned.php");}?>
|
||||
else{header("Location: banned.php");exit;}?>
|
||||
|
||||
Reference in New Issue
Block a user