From 4d9fd005671b05c4d74615d5939ed45e4d019e4c 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 777521b4a..152c4b39a 100644 --- a/phpinfo.php +++ b/phpinfo.php @@ -5,10 +5,6 @@ * @package phpMyAdmin */ -/** - * @ignore - */ -define('PMA_MINIMUM_COMMON', true); /** * Gets core libraries and defines some variables */