13 Star 100 Fork 47

雨中磐石 / xinhu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
task.php 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
雨中磐石 提交于 2022-08-14 16:47 . 信呼OA版本v2.3.8
<?php
/**
* 计划任务地址,指向目录webmain/task下
* 也可用cli处理的命令如:php task.php cli,run
* 主页:http://www.rockoa.com/
* 软件:信呼
* 作者:雨中磐石(rainrock)
*/
define('ENTRANCE', 'task');
include_once('config/config.php');
$m = 'mode';
if(isset($argv[1])){
$_mar = explode(',', $argv[1]);
$m = $_mar[0].'|runt';
if(isset($_mar[1]))$a = $_mar[1];
}
$d = $rock->get('d','task');
$m = $rock->get('m',$m);
include_once('include/View.php');
1
https://gitee.com/rainrock/xinhu.git
git@gitee.com:rainrock/xinhu.git
rainrock
xinhu
xinhu
master

搜索帮助