summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/hooks/main-warning.inc.php
blob: e5bc592fcf69efeea8b6516bd7166ebd54ebbbc7 (plain) (blame)
1
2
3
4
5
6
<?php

if (!file_exists(CONFIG_HTTP_DIR . '/default/config.tgz')) {
	Message::addError('sysconfig.no-noconfig-active', true);
	$needSetup = true;
}