Removed arbitrary files

admin.html not needed so i removed it.
Also admin.php now uses the container id to match the rest of the pages
This commit is contained in:
sraffauf
2026-01-22 21:06:49 +01:00
parent 37df35d7a9
commit e3056ba770
3 changed files with 10 additions and 65 deletions

View File

@@ -13,7 +13,7 @@ if (!isset($_SESSION["loggedIn"])) {
<link rel="stylesheet" href="../css/style.css">
</head>
<body>
<div class="container-dashboard">
<div class="container">
<div class="header-with-image">
<h2>Admin Dashboard</h2>
<img src="../img/csg.png" width="100" />