From 98e21efcfe3da0ff0794d40f7682899cf5d8ec91 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Sat, 27 Jun 2026 10:55:29 +0200 Subject: [PATCH] Show value of "debug_enforce_classic_upload" in bug report info --- lib/functions.php | 1 + 1 file changed, 1 insertion(+) 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', -- 2.43.0