insert task to generate cron.d file after installation

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-02-14 11:03:08 +01:00
parent 57a9f3747b
commit 938bb429d8

View File

@@ -284,6 +284,7 @@ class FroxlorInstall {
$message = $this->_lng['install']['froxlor_succ_installed'];
$link = '../index.php';
$linktext = $this->_lng['click_here_to_login'];
inserttask('99');
}
eval("\$navigation .= \"" . $this->_getTemplate("pagebottom") . "\";");