php-integration #21

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

View File

@ -21,6 +21,9 @@
$subject = $detail = "";
$ua_str = $_SERVER["HTTP_USER_AGENT"];
// Define response variable as blank before POSTing
$giteaResponse = "";
if ($_SERVER["REQUEST_METHOD"] == "POST" ) {
$subject = validate($_POST["subject"]);
$detail = validate($_POST["detail"]);
@ -92,7 +95,7 @@
</form>
<p>You have submitted:</p>
<p><?php echo $giteaResponse;?>
<p><?php echo $giteaResponse;}?>
<!-- Footer -->
<footer>