1 Star 0 Fork 1

晴云孤魂 / destoon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ajax.php 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
/*
[Destoon B2B System] Copyright (c) 2008-2016 www.destoon.com
This is NOT a freeware, use is subject to license.txt
*/
require 'common.inc.php';
if($DT_BOT) dhttp(403);
if($action != 'mobile') {
check_referer() or exit;
}
require DT_ROOT.'/include/post.func.php';
(isset($job) && check_name($job)) or $job = '';
@include DT_ROOT.'/api/ajax/'.$action.'.inc.php';
?>
PHP
1
https://gitee.com/hexiyou/destoon.git
git@gitee.com:hexiyou/destoon.git
hexiyou
destoon
destoon
origin

搜索帮助