Files
EasySoft-ZenTaoPMS/bin/crontab/config.php
T
2013-01-11 07:16:26 +00:00

5 lines
218 B
PHP

<?php
$crontab = new stdClass();
$crontab->backup = array('schema' => '1 1 * * *', 'script' => '../php/backup.php');
$crontab->computeburn = array('schema' => '1 23 * * *', 'script' => '../php/computeburn.php');