mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
ed25eb68ec
Redirect admin
5 lines
75 B
PHP
5 lines
75 B
PHP
<?php
|
|
if (!headers_sent()) {
|
|
header("Location: admin.php");
|
|
exit;
|
|
} |