mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Redesign Admin Panel
Full frontend & backend redesign and refactor
This commit is contained in:
+4
-2
@@ -37,7 +37,9 @@ if(isset($_GET['newdid'])) {
|
||||
exit;
|
||||
}
|
||||
|
||||
if($_SESSION['ok'] == 2){
|
||||
// ==== NOUA VERIFICARE (in loc de $_SESSION['ok']) ====
|
||||
$maintenance = $database->getMaintenance();
|
||||
if($maintenance['active'] == 1 && $session->access < 9){
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
@@ -128,4 +130,4 @@ echo round(($generator->pageLoadTimeEnd()-$start_timer)*1000);
|
||||
header("Location: dorf1.php");
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user