introducing new way of controling the cronjobs by creating a cron.d-file

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-01-13 08:55:39 +01:00
parent c5efe9fd7f
commit 4be52f76eb
14 changed files with 232 additions and 141 deletions

View File

@@ -179,7 +179,7 @@ class Settings {
`value` = :value
");
$ins_data = array(
'settinggroup' => $sstr[0],
'group' => $sstr[0],
'varname' => $sstr[1],
'value' => $value
);