php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 4f6eb06b69 - Show all commits

View File

@ -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 @@
<br>
<?php echo $ua_str; ?>
<br>
<br>
<input type="submit">
</form>