From 7535da27bdad0822145d37d4151ab9263bfadc6a Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 10 Aug 2023 12:57:49 +0200 Subject: [PATCH] ticket system base [#1] --- src/bug_report.html | 19 ++++++++++ src/create_bug.php | 18 ++++++++++ src/downloadpage.html | 1 + src/index.php | 1 + src/tickets.php | 80 +++++++++++++++++++++++++++++++++++++++++++ src/util.php | 6 ++-- 6 files changed, 122 insertions(+), 3 deletions(-) create mode 100644 src/bug_report.html create mode 100644 src/create_bug.php create mode 100644 src/tickets.php diff --git a/src/bug_report.html b/src/bug_report.html new file mode 100644 index 0000000..603b326 --- /dev/null +++ b/src/bug_report.html @@ -0,0 +1,19 @@ + + + + + + Bug Report erstellen + + +

Bug Report erstellen

+
+ +
+ +
+ + +
+ + diff --git a/src/create_bug.php b/src/create_bug.php new file mode 100644 index 0000000..39aa82b --- /dev/null +++ b/src/create_bug.php @@ -0,0 +1,18 @@ + diff --git a/src/downloadpage.html b/src/downloadpage.html index 97d651e..706d8a9 100644 --- a/src/downloadpage.html +++ b/src/downloadpage.html @@ -16,6 +16,7 @@

Downloads