another try

This commit is contained in:
Fred Boniface 2022-09-17 21:10:24 +01:00
parent daada35045
commit a323fd7825
1 changed files with 7 additions and 2 deletions

View File

@ -40,8 +40,8 @@
// Prepare the request
$issueData = array(
'body' => $_POST["subject"],
'title' => $_POST["detail"],
'body' => $detail,
'title' => $subject,
'closed' => 'false'
);
@ -96,6 +96,11 @@
<p>You have submitted:</p>
<p><?php echo $giteaResponse;?>
<br>
<?php echo $subject;?>
<br>
<?php echo $detail;?>
</p>
<!-- Footer -->
<footer>