- combined various cronfunctions into function.CronjobFunctions.php
- dynamic 'last-run' overview on admin_index.php - added toggleCronStatus() to deactivate specific cronjobs when module has been activated/deactivated
This commit is contained in:
@@ -81,6 +81,7 @@ return array(
|
||||
'varname' => 'autoresponder_active',
|
||||
'type' => 'bool',
|
||||
'default' => false,
|
||||
'cronmodule' => 'froxlor/autoresponder',
|
||||
'save_method' => 'storeSettingField',
|
||||
),
|
||||
'systen_last_autoresponder_run' => array(
|
||||
|
||||
@@ -28,6 +28,7 @@ return array(
|
||||
'varname' => 'enabled',
|
||||
'type' => 'bool',
|
||||
'default' => false,
|
||||
'cronmodule' => 'froxlor/ticket',
|
||||
'save_method' => 'storeSettingField',
|
||||
),
|
||||
'ticket_noreply_email' => array(
|
||||
|
||||
@@ -28,6 +28,7 @@ return array(
|
||||
'varname' => 'aps_active',
|
||||
'type' => 'bool',
|
||||
'default' => false,
|
||||
'cronmodule' => 'froxlor/aps',
|
||||
'save_method' => 'storeSettingField',
|
||||
),
|
||||
'aps_items_per_page' => array(
|
||||
|
||||
Reference in New Issue
Block a user