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

if (!is_dir(CONFIG_HTTP_DIR . '/default')) {
	Message::addError('minilinux.please-download-minilinux', true);
	$needSetup = true;
} else {
	$needSetup = MiniLinux::generateUpdateNotice();
}