17 Star 161 Fork 70

雨中磐石/xinhu

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
task.php 512 Bytes
Copy Edit Raw Blame History
雨中磐石 authored 2022-08-14 16:47 +08:00 . 信呼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');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rainrock/xinhu.git
git@gitee.com:rainrock/xinhu.git
rainrock
xinhu
xinhu
master

Search