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