From: Nicolas Boisselier Date: Sat, 23 Nov 2024 17:56:01 +0000 (+0000) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=be6f54d0f2d36c1dafba49195bacd30ff762612e;p=nb.git www/dbq/dbq.php --- 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;