mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix a (probably) copy/paste issue that is making all Alternative Names disapear when an input error is detected
This commit is contained in:
parent
1ebb561de3
commit
30c15c58a1
@ -256,7 +256,7 @@ if ($_POST) {
|
||||
$altnames[$entry][$field] = $value;
|
||||
}
|
||||
}
|
||||
$pconfig['aliases']['item'] = $aliases;
|
||||
$pconfig['altnames']['item'] = $altnames;
|
||||
|
||||
/* Input validation for subjectAltNames */
|
||||
foreach ($altnames as $idx => $altname) {
|
||||
@ -1224,4 +1224,4 @@ internalca_change();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user