php-integration #21

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

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>