From: Patrick Canterino Date: Sat, 27 Jun 2026 08:55:29 +0000 (+0200) Subject: Show value of "debug_enforce_classic_upload" in bug report info X-Git-Tag: 4.7.2~1 X-Git-Url: https://git.p6c8.net/jirafeau/pcanterino.git/commitdiff_plain/98e21efcfe3da0ff0794d40f7682899cf5d8ec91?hp=0e9e4529e1e3864a1b9687fbee4009bf67ea1875 Show value of "debug_enforce_classic_upload" in bug report info --- diff --git a/lib/functions.php b/lib/functions.php index 948a436..6c8d56d 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -947,6 +947,7 @@ function jirafeau_admin_bug_report($cfg) $out .= "- version: " . JIRAFEAU_VERSION . "
"; $jirafeau_options = [ 'debug', + 'debug_enforce_classic_upload', 'file_hash', 'litespeed_workaround', 'store_uploader_ip',