Revision 3319f34d
Added by → luckman212 almost 7 years ago
src/usr/local/www/system_camanager.php | ||
---|---|---|
101 | 101 |
pfSenseHeader("system_camanager.php"); |
102 | 102 |
exit; |
103 | 103 |
} |
104 |
$pconfig['method'] = 'existing'; |
|
104 | 105 |
$pconfig['descr'] = $a_ca[$id]['descr']; |
105 | 106 |
$pconfig['refid'] = $a_ca[$id]['refid']; |
106 | 107 |
$pconfig['cert'] = base64_decode($a_ca[$id]['crt']); |
Also available in: Unified diff
small change to fixup https://redmine.pfsense.org/issues/8851
without this, clicking edit on existing CA goes to wrong screen
and breaks Save button