From 4f6eb06b691e5de1a6b5df763943e3453fda09f9 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 16 Sep 2022 21:18:36 +0100 Subject: [PATCH] Further work on form --- report-issue/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/report-issue/index.php b/report-issue/index.php index 0557a98..d16bd46 100644 --- a/report-issue/index.php +++ b/report-issue/index.php @@ -25,7 +25,7 @@ $subject = validate($_POST["subject"]); $detail = validate($_POST["detail"]); - // ENTER CODE TO SUBMIT TO GITEA HERE + // ENTER CODE TO SUBMIT TO GITEA & DISPLAY SUCCESS MSG HERE } function validate($data) { @@ -62,6 +62,7 @@

+