<?php
/**
 * Default settings for the cronojob plugin
 *
 * @author Luigi Micco <l.micco@tiscali.it>
 */

$conf['cronotab']    = '#scheduled jobs
#comments start with #
#mi  h  d  m  dow  job  comment';

$conf['email']    = '';
$conf['maxjobs']  = '1';
$conf['uselog']  = true;
