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 /tbl_replace.php
parent9b45272018d5f29124a8d20f0a7a927a5997a69b (diff)
Final removal of grab_globals script
Diffstat (limited to 'tbl_replace.php')
-rw-r--r--tbl_replace.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/tbl_replace.php b/tbl_replace.php
index f0d8bced45..21d963f92c 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -12,17 +12,6 @@
*/
/**
- * do not import request variable into global scope
- *
- * cannot be used as long as it could happen that the $goto file that is included
- * at the end of this script is not updated to work without imported request variables
- *
- * @todo uncomment this if all possible included files to rely on import request variables
-if (! defined('PMA_NO_VARIABLES_IMPORT')) {
- define('PMA_NO_VARIABLES_IMPORT', true);
-}
- */
-/**
* Gets some core libraries
*/
require_once 'libraries/common.inc.php';