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:
authorMarc Delisle <marc@infomarc.info>2012-03-27 21:04:46 +0400
committerMarc Delisle <marc@infomarc.info>2012-03-27 21:04:46 +0400
commitef95bce35bddf3f01c6c6ad73d1fdac3816719a0 (patch)
treee2625fd98369174376a019f2a0fa6aab2849eca3 /server_variables.php
parent9b45272018d5f29124a8d20f0a7a927a5997a69b (diff)
Final removal of grab_globals script
Diffstat (limited to 'server_variables.php')
-rw-r--r--server_variables.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/server_variables.php b/server_variables.php
index fb5e3b5679..9e2686783f 100644
--- a/server_variables.php
+++ b/server_variables.php
@@ -5,13 +5,6 @@
* @package PhpMyAdmin
*/
-/**
- * no need for variables importing
- * @ignore
- */
-if (! defined('PMA_NO_VARIABLES_IMPORT')) {
- define('PMA_NO_VARIABLES_IMPORT', true);
-}
require_once 'libraries/common.inc.php';
$GLOBALS['js_include'][] = 'server_variables.js';