Added new index.html

Moved index to ticket_submit and created index for password prompt
This commit is contained in:
sraffauf
2026-01-21 17:00:44 +01:00
parent ca1088956c
commit f03c4d7814
4 changed files with 49 additions and 48 deletions

View File

@@ -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;
header('Location: ../ticket_submit.html?success=1');
exit;