mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +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