1 Star 0 Fork 384

spallation/rhaphp

forked from 二哈的大哥/rhaphp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 835 Bytes
一键复制 编辑 原始数据 按行查看 历史
geesondog 提交于 2017-10-30 16:27 . 更新头部信息
<?php
// +----------------------------------------------------------------------
// | [RhaPHP System] Copyright (c) 2017 http://www.rhaphp.com/
// +----------------------------------------------------------------------
// | [RhaPHP] 并不是自由软件,你可免费使用,未经许可不能去掉RhaPHP相关版权
// +----------------------------------------------------------------------
// | Author: Geeson <qimengkeji@vip.qq.com>
// +----------------------------------------------------------------------
if (version_compare(PHP_VERSION, '5.5.0', '<'))
die('require PHP > 5.5.0 !');
define('ENTR_PATH','');
define('APP_PATH', __DIR__ . '/application/');
define('ADDON_PATH', __DIR__ . '/addons/');
define('ADDON_ROUTE','/app/');
define('RUNTIME_PATH', __DIR__ . '/data/runtime/');
require __DIR__ . '/thinkphp/start.php';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/spallation/rhaphp.git
git@gitee.com:spallation/rhaphp.git
spallation
rhaphp
rhaphp
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385