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"])) {
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
-
-
-
-
-
-
+
+
+
+
+
+
+
+
Schul-IT Ticketsystem
+
+
+
+
+
+
+
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");