noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 08/13: Improve tools debug


From: dwm
Subject: [Noalyss-commit] [noalyss] 08/13: Improve tools debug
Date: Sun, 28 Jan 2024 09:05:26 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit b80c7f9872bce92d7dbb2167704bf777e12efe53
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Jan 27 21:16:56 2024 +0100

    Improve tools debug
---
 include/lib/dbg.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/lib/dbg.php b/include/lib/dbg.php
index a0570b104..6cf096f11 100644
--- a/include/lib/dbg.php
+++ b/include/lib/dbg.php
@@ -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">



reply via email to

[Prev in Thread] Current Thread [Next in Thread]