mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
system_camanager init $input_errors so array_push works
Fixes input validation when creating an internal certificate. Reported in forum http://forum.pfsense.org/index.php/topic,68849.0.html
This commit is contained in:
parent
e30dd11d16
commit
96a60eb429
@ -158,6 +158,7 @@ if ($act == "expkey") {
|
||||
if ($_POST) {
|
||||
|
||||
unset($input_errors);
|
||||
$input_errors = array();
|
||||
$pconfig = $_POST;
|
||||
|
||||
/* input validation */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user