generated from smedev/Template-for-SMEServer-Contribs-Package
13 lines
240 B
PHP
13 lines
240 B
PHP
|
<?php
|
||
|
|
||
|
include('../html/config.php');
|
||
|
include(STORE_DIR.'/config/config.php');
|
||
|
include('../html/include/my_functions.php');
|
||
|
include('../html/include/common.php') ;
|
||
|
include('../html/include/openssl_functions.php') ;
|
||
|
|
||
|
CA_generate_crl();
|
||
|
|
||
|
?>
|
||
|
|