after a new installation, insert a task for generating the cron.d file, also let cronjob's --force re-create the cron.d file

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-08-05 18:14:04 +02:00
parent ce88d1caae
commit 2ebb5259a0
2 changed files with 3 additions and 0 deletions

View File

@@ -285,6 +285,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") . "\";");