From 50aaf50250babd678d042ee81c67f40c27b94857 Mon Sep 17 00:00:00 2001 From: doomi Date: Sat, 10 Aug 2013 16:52:41 +0200 Subject: [PATCH 1/2] Update about.php the textarea displayed the php source instead of the LICENSE.TXT content --- about.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about.php b/about.php index 4e3c07f..5284a9d 100644 --- a/about.php +++ b/about.php @@ -30,7 +30,7 @@ License provided this page and all copyright notices remain completely intact.

Copyright: 2003, William E. Roadcap

@@ -38,7 +38,7 @@ readfile("./LICENSE.TXT");

- From a29b1d2cbf5438a46913f8e0f10f777d1b717c72 Mon Sep 17 00:00:00 2001 From: doomi Date: Sat, 10 Aug 2013 17:39:24 +0200 Subject: [PATCH 2/2] Update openssl_functions.php typo --- include/openssl_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openssl_functions.php b/include/openssl_functions.php index cc1f69e..0883deb 100644 --- a/include/openssl_functions.php +++ b/include/openssl_functions.php @@ -494,7 +494,7 @@ function CA_create_cert($cert_type='email',$country,$province,$locality,$organiz # Create the certificate request unset($cmd_output); - $cmd_output[] = 'Creating certifcate request.'; + $cmd_output[] = 'Creating certificate request.'; if ($passwd) { exec(REQ." -new -newkey rsa:$keysize -keyout '$userkey' -out '$userreq' -config '$cnf_file' -days '$expiry_days' -passout pass:$_passwd 2>&1", $cmd_output, $ret);