From: Nicolas Boisselier Date: Wed, 20 Nov 2024 20:21:21 +0000 (+0100) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=3920fdd49db217f0e462b1f29f428c0dbe802530;p=nb.git www/dbq/dbq.php --- 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);