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