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-04-16 03:10:11 +0400
committerMarc Delisle <marc@infomarc.info>2012-04-16 03:10:11 +0400
commitfbc23f9d14b5645a44fc8ebf29592a418a6784cb (patch)
tree78fdb1ee8a1293cf8057e258806306bedf8988b5 /server_privileges.php
parentcc116f1d2d5060f1c0a7f6faaa88dff65a761e26 (diff)
Missing transformation of a POST variable into a global
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/server_privileges.php b/server_privileges.php
index d57f29f026..58ab6e4fb2 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -63,6 +63,7 @@ $post_params = array(
'pred_hostname',
'pred_password',
'pred_username',
+ 'update_privs',
'username'
);
foreach ($post_params as $one_post_param) {