示例#1
0
<?
require_once $cfg['path'] . '/models/crons.php';

$cron_class = new crons($cfg['db']);
$cron_class->clearStatistic();

die('done');

?>