1 Star 0 Fork 47

乐游/xinhu

forked from 微凉/xinhu 
Create your Gitee Account
Explore and code with more than 12 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 2017-11-14 13:43 . 信呼v1.6.1
<?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');
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/leoyanglife/xinhu.git
git@gitee.com:leoyanglife/xinhu.git
leoyanglife
xinhu
xinhu
master

Search