Revision 2f51259b
Added by Jim Pingle about 14 years ago
usr/local/www/system_camanager.php | ||
---|---|---|
92 | 92 |
unset($a_ca[$id]); |
93 | 93 |
write_config(); |
94 | 94 |
$savemsg = sprintf(gettext("Certificate Authority %s and its CRLs (if any) successfully deleted"), $name) . "<br/>"; |
95 |
pfSenseHeader("system_camanager.php"); |
|
96 |
exit; |
|
95 | 97 |
} |
96 | 98 |
|
97 | 99 |
if ($act == "edit") { |
Also available in: Unified diff
Redirect back to the CA/Cert management page after delete so a person can't refresh and accidentally delete other CA/Certs. (CRLs are deleted differently and don't need this fix)