From 938bb429d8bfcb03e3a9114d2cf9122572800da2 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 14 Feb 2014 11:03:08 +0100 Subject: [PATCH] insert task to generate cron.d file after installation Signed-off-by: Michael Kaufmann (d00p) --- install/lib/class.FroxlorInstall.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/lib/class.FroxlorInstall.php b/install/lib/class.FroxlorInstall.php index a3742b94..4e44d746 100644 --- a/install/lib/class.FroxlorInstall.php +++ b/install/lib/class.FroxlorInstall.php @@ -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") . "\";");