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

if (!file_exists(CONFIG_HTTP_DIR . '/default/kernel') || !file_exists(CONFIG_HTTP_DIR . '/default/initramfs-stage31') || !file_exists(CONFIG_HTTP_DIR . '/default/stage32.sqfs')) {
	Message::addError('minilinux.please-download-minilinux');
	$needSetup = true;
}