From 4d9fd005671b05c4d74615d5939ed45e4d019e4c Mon Sep 17 00:00:00 2001
From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= <mcihar@novell.com>
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 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/phpinfo.php b/phpinfo.php
index 777521b..152c4b3 100644
--- a/phpinfo.php
+++ b/phpinfo.php
@@ -6,10 +6,6 @@
  */
 
 /**
- * @ignore
- */
-define('PMA_MINIMUM_COMMON', true);
-/**
  * Gets core libraries and defines some variables
  */
 require_once './libraries/common.inc.php';
-- 
1.7.0.1

