<?php 
/*  
 * The configuration of simpleSAMLphp sanitycheck package 
 */ 
 
$config = array ( 
 
    /* 
     * Do you want to generate statistics using the cron module? If so, specify which cron tag to use. 
     * Examples: daily, weekly 
     * To not run statistics in cron, set value to  
     *     'cron_tag' => NULL, 
     */ 
    'cron_tag' => 'hourly', 
 
); 
 
?>
 
 |