summaryrefslogtreecommitdiffstats
path: root/modules-available/webinterface/baseconfig/getconfig.inc.php
blob: 1bc5c1e352d537f3e7466c8efe4d98e2dc5459b9 (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)) {
	ConfigHolder::add('SLX_REMOTE_SSL', $_SERVER['SERVER_ADDR']);
}