ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
module_cron.php
Go to the documentation of this file.
1<?php
2/*
3 * Configuration for the Cron module.
4 */
5
6$config = array (
7
8 'key' => 'secret',
9 'allowed_tags' => array('daily', 'hourly', 'frequent'),
10 'debug_message' => TRUE,
11 'sendemail' => TRUE,
12
13);
An exception for terminatinating execution or to throw for unit testing.
$config
Definition: module_cron.php:6