ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
);
$config
$config
Definition:
module_cron.php:6
php
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
cron
config-templates
module_cron.php
Generated on Thu Jan 30 2025 19:01:32 for ILIAS by
1.8.13 (using
Doxyfile
)