Redesign Admin Panel

Full frontend & backend redesign and refactor
This commit is contained in:
novgorodschi catalin
2026-05-25 10:23:39 +03:00
parent 8e3f4e16a9
commit a4e2c506a8
105 changed files with 5780 additions and 25041 deletions
+4 -2
View File
@@ -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;
}
?>
?>