feat: Admin page titles update to reflect subpages

This commit is contained in:
Martin Ambrus
2017-10-20 17:29:34 +02:00
parent 0737b5879d
commit e519826621
20 changed files with 307 additions and 26 deletions
-1
View File
@@ -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) {