Improve tools debug

This commit is contained in:
sparkyx 2024-01-27 21:16:56 +01:00
parent 83c483cf8c
commit b80c7f9872

View file

@ -79,6 +79,8 @@ EOF;
<pre><?= print_r($_GET) ?></pre>
$_REQUEST
<pre><?= print_r($_REQUEST) ?></pre>
$_FILES
<pre><?= print_r($_FILES) ?></pre>
<?= \HtmlInput::button_hide($id) ?>
</div>
<input type="button" onclick="document.getElementById('<?= $id ?>').show();" value="Show request">