Revision 1e9b4611
Added by Renato Botelho almost 12 years ago
usr/local/www/system_camanager.php | ||
---|---|---|
203 | 203 |
gettext("Distinguished name Common Name")); |
204 | 204 |
} |
205 | 205 |
|
206 |
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
|
|
206 |
do_input_validation($_POST, $reqdfields, $reqdfieldsn, $input_errors); |
|
207 | 207 |
if ($pconfig['method'] != "existing") { |
208 | 208 |
/* Make sure we do not have invalid characters in the fields for the certificate */ |
209 | 209 |
for ($i = 0; $i < count($reqdfields); $i++) { |
Also available in: Unified diff
Remove call-time pass by reference for do_input_validation, helps ticket #2565