Further testing

This commit is contained in:
Fred Boniface 2022-09-17 21:15:02 +01:00
parent bc79f071a8
commit c0e1b256bd
1 changed files with 4 additions and 1 deletions

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;?>