another try
This commit is contained in:
parent
daada35045
commit
a323fd7825
@ -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>
|
||||
|
Reference in New Issue
Block a user