From 8928900532d111e849362b6359571a3b079eb9ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 7 Dec 2010 12:01:59 +0100 Subject: [PATCH] Do not load common with PMA_MINIMUM_COMMON Defining PMA_MINIMUM_COMMON skips authentication, what should not be done for this file. --- phpinfo.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/phpinfo.php b/phpinfo.php index 043db9563..15f181831 100644 --- a/phpinfo.php +++ b/phpinfo.php @@ -6,10 +6,6 @@ * @package phpMyAdmin */ -/** - * @ignore - */ -define('PMA_MINIMUM_COMMON', true); /** * Gets core libraries and defines some variables */