2 Star 0 Fork 0

白鸽/menfaapi1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
大王骑马来巡山 提交于 2017-06-27 13:20 +08:00 . api1
<?php
// 定义网站根目录,APP目录,DATA目录,ThinkSAAS核心目录
// header("Location: http://finden.playabc.com.cn/");
// exit;
define ( 'IN_TS', true );
define ( 'THINKROOT', dirname ( __FILE__ ) );
// define('THINKROOT', 'c:/wamp/playabc');
define ( 'THINKAPP', THINKROOT . '/app' );
define ( 'THINKDATA', THINKROOT . '/data' );
define ( 'THINKSAAS', THINKROOT . '/thinksaas' );
define ( 'THINKINSTALL', THINKROOT . '/install' );
define ( 'THINKPLUGIN', THINKROOT . '/plugins' );
define ( 'XHTCLASS', THINKROOT . '/class' );
// 装载核心
include 'thinksaas/thinksaas.php';
// include 'thinksaas/moootsxht.php';
unset ( $GLOBALS );
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuhongwei/menfaapi1.git
git@gitee.com:liuhongwei/menfaapi1.git
liuhongwei
menfaapi1
menfaapi1
master

搜索帮助