Missing transformation of a POST variable into a global

This commit is contained in:
Marc Delisle 2012-04-15 19:10:11 -04:00
parent cc116f1d2d
commit fbc23f9d14

View File

@ -63,6 +63,7 @@ $post_params = array(
'pred_hostname',
'pred_password',
'pred_username',
'update_privs',
'username'
);
foreach ($post_params as $one_post_param) {