1 |
brianr |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' phpki/phpki-0.82/gen_crl.php mezzanine_patched_phpki/phpki-0.82/gen_crl.php |
2 |
|
|
--- phpki/phpki-0.82/gen_crl.php 1970-01-01 01:00:00.000000000 +0100 |
3 |
|
|
+++ mezzanine_patched_phpki/phpki-0.82/gen_crl.php 2010-05-28 09:33:51.000000000 +0200 |
4 |
|
|
@@ -0,0 +1,12 @@ |
5 |
|
|
+<?php |
6 |
|
|
+ |
7 |
|
|
+include('../html/config.php'); |
8 |
|
|
+include(STORE_DIR.'/config/config.php'); |
9 |
|
|
+include('../html/include/my_functions.php'); |
10 |
|
|
+include('../html/include/common.php') ; |
11 |
|
|
+include('../html/include/openssl_functions.php') ; |
12 |
|
|
+ |
13 |
|
|
+CA_generate_crl(); |
14 |
|
|
+ |
15 |
|
|
+?> |
16 |
|
|
+ |