php-integration #21

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

View File

@ -95,7 +95,10 @@
</form>
<p>You have submitted:</p>
<p>JSON REPLY: <?php echo $giteaResponse;?>
<p>REQUEST DATA: <?php echo $issueData;?>
<br>
<br>
JSON REPLY: <?php echo $giteaResponse;?>
<br>
<br>
SUBJECT: <?php echo $subject;?>