Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2010-12-07 14:01:59 +0300
committerMichal Čihař <mcihar@novell.com>2010-12-07 14:03:22 +0300
commit4d9fd005671b05c4d74615d5939ed45e4d019e4c (patch)
treeb9f1b20eb3f9e14c67088459426a88f2db557b88 /phpinfo.php
parent6d46d4b5555fa976fad20340d626f73dfeb2a652 (diff)
Do not load common with PMA_MINIMUM_COMMON
Defining PMA_MINIMUM_COMMON skips authentication, what should not be done for this file.
Diffstat (limited to 'phpinfo.php')
-rw-r--r--phpinfo.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpinfo.php b/phpinfo.php
index 777521b4aa..152c4b39a7 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';