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_collations.php
parent37315b0c794df16948dc189662907df26896bb72 (diff)
Ignore some defines which configure what will be included.
Diffstat (limited to 'server_collations.php')
-rw-r--r--server_collations.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/server_collations.php b/server_collations.php
index ca425efa58..4d68b24210 100644
--- a/server_collations.php
+++ b/server_collations.php
@@ -6,11 +6,15 @@
*/
/**
- * requirements
+ * no need for variables importing
+ * @ignore
*/
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
define('PMA_NO_VARIABLES_IMPORT', true);
}
+/**
+ * requirements
+ */
require_once './libraries/common.inc.php';
/**