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 6d46d4b555
commit 4d9fd00567

View File

@@ -5,10 +5,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
*/ */