summaryrefslogtreecommitdiffstats
path: root/modules-available/webinterface/hooks/config-tgz.inc.php
blob: 49bf8f119797e7cd45fd87152aa5fb56373e8e1e (plain) (blame)
1
2
3
4
5
6
<?php

$file = '/opt/openslx/configs/modules/self-signed-ca.tar';
if (!is_file($file) || !is_readable($file)) {
	unset($file);
}