Removed unused variables

This commit is contained in:
Fred Boniface 2022-09-20 20:38:20 +01:00
parent 2ac8c3fa83
commit 9543d1cf62
1 changed files with 0 additions and 6 deletions

View File

@ -62,12 +62,6 @@
<input type="submit">
</form>
<p>You have submitted:</p>
<p>REQUEST DATA: <?php echo $issueData;?>
<br>
<br>
JSON REPLY: <?php echo $giteaResponse;?>
</p>
<!-- Footer -->
<?php include "./page-blocks/footer.php" ?>