mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-30 23:27:14 +00:00
feat: Admin page titles update to reflect subpages
This commit is contained in:
@@ -13,7 +13,6 @@ if (!isset($_SESSION)) {
|
||||
}
|
||||
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
|
||||
$id = $_GET['uid'];
|
||||
$user = $database->getUserArray($id,1);
|
||||
$dur=$user['protect']-time();
|
||||
$protect=0;
|
||||
if($dur>43200) {
|
||||
|
||||
Reference in New Issue
Block a user