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>2016-03-08 17:30:24 +0300
committerMichal Čihař <michal@cihar.com>2016-03-08 17:30:24 +0300
commitf5393eff61f07305f8993ed129b3a12fbac06eff (patch)
tree9897e923e9012dc63162218183fb4f7d008a67b3 /tbl_change.php
parentb995e59953aa8cd4b179cd021132c4697606de0e (diff)
Remove code mentioning register_globals
This was removed in PHP 5.4.0 so we really do not have to care anymore. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 40500b00ec..5d95a51e1f 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -3,8 +3,6 @@
/**
* Displays form for editing and inserting new table rows
*
- * register_globals_save (mark this file save for disabling register globals)
- *
* @package PhpMyAdmin
*/
use PMA\libraries\config\PageSettings;