1<?php
2/**
3 * Default settings for the cronojob plugin
4 *
5 * @author Luigi Micco <l.micco@tiscali.it>
6 */
7
8$conf['cronotab']    = '#scheduled jobs
9#comments start with #
10#mi  h  d  m  dow  job  comment';
11
12$conf['email']    = '';
13$conf['maxjobs']  = '1';
14$conf['uselog']  = true;
15