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:
Diffstat (limited to 'server_collations.php')
-rw-r--r--server_collations.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/server_collations.php b/server_collations.php
index 5cc0cfef1e..66be80e86b 100644
--- a/server_collations.php
+++ b/server_collations.php
@@ -5,6 +5,9 @@
/**
* requirements
*/
+if ( ! defined( 'PMA_NO_VARIABLES_IMPORT' ) ) {
+ define( 'PMA_NO_VARIABLES_IMPORT', true );
+}
require_once('./libraries/common.lib.php');
/**