diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ + diff --git a/backend/save_ticket.php b/backend/save_ticket.php index 9bf8b1a..69c1023 100644 --- a/backend/save_ticket.php +++ b/backend/save_ticket.php @@ -36,5 +36,5 @@ $tickets[] = $newTicket; file_put_contents($ticketsPath, json_encode($tickets, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE), LOCK_EX); // Redirect zurück ins Dashboard oder zur Hauptseite -header('Location: ../index.html?success=1'); -exit; \ No newline at end of file +header('Location: ../ticket_submit.html?success=1'); +exit; diff --git a/index.html b/index.html index 47dedfe..e69de29 100644 --- a/index.html +++ b/index.html @@ -1,46 +0,0 @@ - - -
- - -
-
+