From 4550880337c9be2fc944bd4954343559643bb21f Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 25 Nov 2013 12:40:07 -0500 Subject: Allow an "empty" CRL to be exported, since this is still a valid action. --- usr/local/www/system_crlmanager.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/system_crlmanager.php b/usr/local/www/system_crlmanager.php index 3ca450c..6390a9e 100644 --- a/usr/local/www/system_crlmanager.php +++ b/usr/local/www/system_crlmanager.php @@ -107,6 +107,7 @@ if ($act == "new") { } if ($act == "exp") { + crl_update($thiscrl); $exp_name = urlencode("{$thiscrl['descr']}.crl"); $exp_data = base64_decode($thiscrl['text']); $exp_size = strlen($exp_data); @@ -588,11 +589,9 @@ function method_change() { - " alt="" width="17" height="17" border="0" /> - " alt="" width="17" height="17" border="0" /> -- cgit v1.1