Do not load common with PMA_MINIMUM_COMMON

Defining PMA_MINIMUM_COMMON skips authentication, what should not be
done for this file.
This commit is contained in:
Michal Čihař
2010-12-07 12:01:59 +01:00
parent 066b746bef
commit 8928900532

View File

@@ -6,10 +6,6 @@
* @package phpMyAdmin * @package phpMyAdmin
*/ */
/**
* @ignore
*/
define('PMA_MINIMUM_COMMON', true);
/** /**
* Gets core libraries and defines some variables * Gets core libraries and defines some variables
*/ */