1 Star 0 Fork 2

低调/ItpkRobot

forked from mlyai/ItpkRobot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
robot.php 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
Administrator 提交于 2016-09-06 12:17 . fsda
<?php
/**
* 机器人
* @author 冬天的秘密
* @link http://bbs.itpk.cn
* @version 4.0
*/
require_once './config/web-main.php';
$mod = param_filter("mod", "list");
$action = param_filter("action");
require_once './config/web-template.php';
require_once './config/web-user.php';
if (LOGIN_STATUS != UserLoginUtil::SUCCESS) header("location:index.php");
require_once MODEL_FOLDER . 'robot.php';
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/cfyy/ItpkRobot.git
git@gitee.com:cfyy/ItpkRobot.git
cfyy
ItpkRobot
ItpkRobot
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385