/[smecontribs]/rpms/phpki/contribs10/phpki-0.82-update_crl_via_cron.patch
ViewVC logotype

Contents of /rpms/phpki/contribs10/phpki-0.82-update_crl_via_cron.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Nov 24 14:36:02 2020 UTC (3 years, 5 months ago) by brianr
Branch: MAIN
CVS Tags: phpki-0_82-24_el7_sme, HEAD
Initial import

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 +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed