You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
636 B
14 lines
636 B
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | YFCMF [ WE CAN DO IT MORE SIMPLE ]
|
|
// +----------------------------------------------------------------------
|
|
// | Copyright (c) 2015-2016 http://www.rainfer.cn All rights reserved.
|
|
// +----------------------------------------------------------------------
|
|
// | Author: rainfer <81818832@qq.com>
|
|
// +----------------------------------------------------------------------
|
|
|
|
// 定时任务 '任务名'=>[任务文件名,定时执行周期,开始执行时间]
|
|
return [
|
|
// // 定时清理日志
|
|
'clearlog' => ['clearlog',86400,1482606000],
|
|
];
|