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ř <michal@cihar.com>2008-11-24 13:07:49 +0300
committerMichal Čihař <michal@cihar.com>2008-11-24 13:07:49 +0300
commit6a638ee908696b2e358c0f811786f2a92e1586d4 (patch)
tree9e3418a2b4433f4967d80dc012e4b9f14ec213d0 /server_engines.php
parent37315b0c794df16948dc189662907df26896bb72 (diff)
Ignore some defines which configure what will be included.
Diffstat (limited to 'server_engines.php')
-rw-r--r--server_engines.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/server_engines.php b/server_engines.php
index 02a65fcad8..51dfa8a63a 100644
--- a/server_engines.php
+++ b/server_engines.php
@@ -8,7 +8,8 @@
*/
/**
- *
+ * no need for variables importing
+ * @ignore
*/
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
define('PMA_NO_VARIABLES_IMPORT', true);