Added proper lock and favicon
Implemented not being able to go to ticket_submit if not unlocked. Also added favicon to display in address bar (from csg-germering.de). Deleted unnessecary files.
This commit is contained in:
@@ -11,6 +11,7 @@ if (!isset($_SESSION["loggedIn"])) {
|
||||
<meta charset="UTF-8">
|
||||
<title>Admin Dashboard</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user