From be6f54d0f2d36c1dafba49195bacd30ff762612e Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 23 Nov 2024 17:56:01 +0000 Subject: [PATCH] www/dbq/dbq.php --- www/dbq/dbq.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 36e8e704..b90084a3 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -1415,6 +1415,7 @@ EOF; } } + foreach (['_REQUEST','_SERVER'] as $action) { foreach ($GLOBALS[$action] as $k=>$v) { if (preg_match('/^(' . $this->hide_keys_exp . ')/', $k)) $v = $this->hide_keys_value; -- 2.47.3