[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">
- [Noalyss-commit] [noalyss] 10/13: Correct merge, (continued)
- [Noalyss-commit] [noalyss] 10/13: Correct merge, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 05/13: Task #0002327 Warning if saldo incorrect, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 01/13: Cosmetic : follow-up comment, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 02/13: Reconnect if session expired, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 03/13: Bug : MY_REPORT was not respected, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 11/13: Task #2332 : cosmetique cache liste fichiers, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 12/13: Upgrade.sql devenu upgrade192.sql, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 07/13: Correct CSS, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 13/13: Task #2332 : cosmetique cache liste fichiers, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 06/13: Task #2332: Suivi : ajout fichier lié aux commentaires, dwm, 2024/01/28
- [Noalyss-commit] [noalyss] 08/13: Improve tools debug,
dwm <=