From 3920fdd49db217f0e462b1f29f428c0dbe802530 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 20 Nov 2024 21:21:21 +0100 Subject: [PATCH] www/dbq/dbq.php --- www/dbq/dbq.php | 1 - 1 file changed, 1 deletion(-) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 1bd061c3..0c1966b6 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -1224,7 +1224,6 @@ EOF; } elseif ($action == 'phpinfo') { $this->deniedUnless($this->perm >= self::ADMIN); - $this->page($this->phpinfo()); } elseif ($action == '_POST') { $this->page($_POST); -- 2.47.3