From e28948372b5ad5c9a04970eef557b151abc7fd96 Mon Sep 17 00:00:00 2001 From: sraffauf Date: Thu, 22 Jan 2026 17:09:45 +0100 Subject: [PATCH] Added password lock to ticket system Created php file to redirect to the ticket submit page when entering right password --- index.html | 2 +- php/unlock.php | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 php/unlock.php diff --git a/index.html b/index.html index b3fbc94..e08d821 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

CSG Ticketsystem

-
+
diff --git a/php/unlock.php b/php/unlock.php new file mode 100644 index 0000000..0f7946f --- /dev/null +++ b/php/unlock.php @@ -0,0 +1,19 @@ +