1 Star 0 Fork 0

hepeichun/ThinkSAAS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
jdmx 提交于 2018-03-04 11:39 . 首次批量提交
<?php
/**
* ThinkSAAS单入口
* copyright (c) 2010-3000 ThinkSAAS All Rights Reserved
* author QiuJun
*/
// 定义网站根目录,APP目录,DATA目录,ThinkSAAS核心目录
define('IN_TS', true);
define('THINKROOT', dirname(__FILE__));
define('THINKAPP', THINKROOT . '/app');
define('THINKDATA', THINKROOT . '/data');
define('THINKSAAS', THINKROOT . '/thinksaas');
define('THINKINSTALL', THINKROOT . '/install');
define('THINKPLUGIN', THINKROOT . '/plugins');
//自动加载所需功能,支持composer
require_once THINKROOT . '/vendor/autoload.php';
// 装载ThinkSAAS核心
include THINKSAAS.'/thinksaas.php';
unset($GLOBALS);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hepeichun/ThinkSAAS.git
[email protected]:hepeichun/ThinkSAAS.git
hepeichun
ThinkSAAS
ThinkSAAS
master

搜索帮助