mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-20 10:11:00 +00:00
Redirect admin
Redirect admin
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
if (!headers_sent()) {
|
||||||
|
header("Location: admin.php");
|
||||||
|
exit;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user