From 373a6626ade37c0fee1dfc7c757ca55c7652874b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 6 Jan 2011 09:57:13 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/phpinfo.php b/phpinfo.php index 56a4c9cda..02c6138e2 100644 --- a/phpinfo.php +++ b/phpinfo.php @@ -8,7 +8,6 @@ /** * Gets core libraries and defines some variables */ -define('PMA_MINIMUM_COMMON', true); require_once './libraries/common.inc.php';