Revision 1e9b4611
Added by Renato Botelho almost 12 years ago
usr/local/www/system_authservers.php | ||
---|---|---|
207 | 207 |
} |
208 | 208 |
} |
209 | 209 |
|
210 |
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
|
|
210 |
do_input_validation($_POST, $reqdfields, $reqdfieldsn, $input_errors); |
|
211 | 211 |
|
212 | 212 |
if (preg_match("/[^a-zA-Z0-9\.\-_]/", $_POST['host'])) |
213 | 213 |
$input_errors[] = gettext("The host name contains invalid characters."); |
Also available in: Unified diff
Remove call-time pass by reference for do_input_validation, helps ticket #2565