Improve tools debug
This commit is contained in:
parent
83c483cf8c
commit
b80c7f9872
1 changed files with 2 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue