generated from smedev/Template-for-SMEServer-Contribs-Package
9 lines
285 B
PHP
9 lines
285 B
PHP
|
<?php
|
||
|
include('./config.php');
|
||
|
include(STORE_DIR.'/config/config.php');
|
||
|
include('./include/common.php');
|
||
|
include('./include/my_functions.php');
|
||
|
include('./include/openssl_functions.php');
|
||
|
upload($config['cacrl_pem'], $config['ca_prefix'] . "cacrl.crl", 'application/octet-stream');
|
||
|
?>
|