ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
config-sanitycheck.php
Go to the documentation of this file.
1
<?
php
2
/*
3
* The configuration of SimpleSAMLphp sanitycheck package
4
*/
5
6
$config
= array (
7
8
/*
9
* Do you want to generate statistics using the cron module? If so, specify which cron tag to use.
10
* Examples: daily, weekly
11
* To not run statistics in cron, set value to
12
* 'cron_tag' => null,
13
*/
14
'cron_tag'
=>
'hourly'
,
15
16
);
php
An exception for terminatinating execution or to throw for unit testing.
$config
$config
Definition:
config-sanitycheck.php:6
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
sanitycheck
config-templates
config-sanitycheck.php
Generated on Sat Oct 4 2025 19:00:59 for ILIAS by
1.9.4 (using
Doxyfile
)