diff --git a/modules/cron/config-templates/module_cron.php b/modules/cron/config-templates/module_cron.php new file mode 100644 index 0000000000000000000000000000000000000000..9ff3991853439a70b42964dc4733f5d95162a831 --- /dev/null +++ b/modules/cron/config-templates/module_cron.php @@ -0,0 +1,17 @@ +<?php +/* + * Configuration for the Cron module. + * + * $Id: $ + */ + +$config = array ( + + 'key' => 'secret', + 'allowed_tags' => array('daily', 'hourly', 'frequent'), + 'debug_message' => TRUE, + 'sendemail' => TRUE, + +); + +?>