PHP Classes

File: web/SSO/modules/sanitycheck/config-templates/config-sanitycheck.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/sanitycheck/config-templates/config-sanitycheck.php   Download  
File: web/SSO/modules/sanitycheck/config-templates/config-sanitycheck.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 338 bytes
 

Contents

Class file image Download
<?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',

);

?>