diff --git a/ca/manage_certs.php b/ca/manage_certs.php index ea2f33b..990cd10 100644 --- a/ca/manage_certs.php +++ b/ca/manage_certs.php @@ -6,14 +6,14 @@ include('../include/my_functions.php'); include('../include/common.php'); include('../include/openssl_functions.php'); -$stage = gpvar('stage'); -$serial = gpvar('serial'); -$sortfield = gpvar('sortfield'); -$ascdec = gpvar('ascdec'); -$passwd = gpvar('passwd'); -$expiry = gpvar('expiry'); -$submit = gpvar('submit'); -$dl_type = gpvar('dl_type'); +$stage = gpvar('stage'); +$serial = gpvar('serial'); +$sortfield = gpvar('sortfield'); +$ascdec = gpvar('ascdec'); +$passwd = gpvar('passwd'); +$expiry = gpvar('expiry'); +$submit = gpvar('submit'); +$dl_type = gpvar('dl_type'); $search = gpvar('search'); $show_valid = gpvar('show_valid'); @@ -49,10 +49,10 @@ switch ($stage) { case 'display': printHeader(false); ?> - +
-Debug Info:
-
- -
- + +
+ +
+
-- -
- - +
+ +
+ + +
CERTIFICATE MANAGEMENT CONTROL PANEL | ||||||||
---|---|---|---|---|---|---|---|---|
' .$rec[status].' | '.$rec['issued'].' | '.$rec['expires'].' | diff --git a/ca/request_cert.php b/ca/request_cert.php index e39be0b..dac0c90 100644 --- a/ca/request_cert.php +++ b/ca/request_cert.php @@ -124,7 +124,7 @@ switch ($form_stage) { printHeader(); ?> - - &1");