PHP Classes

File: web/SSO/modules/cron/config-templates/module_cron.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/cron/config-templates/module_cron.php   Download  
File: web/SSO/modules/cron/config-templates/module_cron.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: 205 bytes
 

Contents

Class file image Download
<?php
/*
 * Configuration for the Cron module.
 */

$config = array (

   
'key' => 'secret',
   
'allowed_tags' => array('daily', 'hourly', 'frequent'),
   
'debug_message' => TRUE,
   
'sendemail' => TRUE,

);

?>