diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100644 index 0000000..d0b5e36 Binary files /dev/null and b/img/favicon.ico differ diff --git a/index.html b/index.html index e08d821..4a9c234 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ CSG Ticketsystem +
diff --git a/pages/login.html b/pages/login.html index bb81e8a..6d08aab 100644 --- a/pages/login.html +++ b/pages/login.html @@ -5,6 +5,7 @@ Login +
diff --git a/php/admin.php b/php/admin.php index 2c67f05..c56a942 100644 --- a/php/admin.php +++ b/php/admin.php @@ -11,6 +11,7 @@ if (!isset($_SESSION["loggedIn"])) { Admin Dashboard +
diff --git a/php/ticket_lock.php b/php/ticket_lock.php deleted file mode 100644 index 5f9e9b1..0000000 --- a/php/ticket_lock.php +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/pages/ticket_submit.html b/php/ticket_submit.php similarity index 85% rename from pages/ticket_submit.html rename to php/ticket_submit.php index 30af223..c752ae7 100644 --- a/pages/ticket_submit.html +++ b/php/ticket_submit.php @@ -1,46 +1,55 @@ - - - - - - Schul-IT Ticketsystem - - - -
-
-

CSG IT Ticket System

- -
- -
- - - - - - - - - - - - - - - - - - -
-
- - + + + + + + + + Schul-IT Ticketsystem + + + + +
+
+

CSG IT Ticket System

+ +
+ +
+ + + + + + + + + + + + + + + + + + +
+
+ + diff --git a/php/unlock.php b/php/unlock.php index 0f7946f..3ad65cc 100644 --- a/php/unlock.php +++ b/php/unlock.php @@ -11,7 +11,7 @@ if ($pass === $try) { if ($unlocked) { $_SESSION['unlocked'] = true; - header("Location: ./ticket_lock.php"); + header("Location: ./ticket_submit.php"); exit; } else { header("Location: ../index.html?error=1");