[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0ALPHA2-1814-g4d9fd00

The branch, master has been updated via 4d9fd005671b05c4d74615d5939ed45e4d019e4c (commit) from 6d46d4b5555fa976fad20340d626f73dfeb2a652 (commit) - Log ----------------------------------------------------------------- commit 4d9fd005671b05c4d74615d5939ed45e4d019e4c Author: Michal Čihař <mcihar@novell.com> Date: Tue Dec 7 12:01:59 2010 +0100 Do not load common with PMA_MINIMUM_COMMON Defining PMA_MINIMUM_COMMON skips authentication, what should not be done for this file. ----------------------------------------------------------------------- Summary of changes: 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'; hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař