1 Star 9 Fork 18

华英雄/狂雨小说CMS_基于官方扩展版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 496 Bytes
一键复制 编辑 原始数据 按行查看 历史
龙风 提交于 2020-01-11 19:54 . 初始化
<?php
namespace think;
if(version_compare(PHP_VERSION,'5.6.0','<')) die('PHP版本过低,最少需要PHP5.6,请升级PHP版本!');
// 定义应用目录
define('APP_PATH', __DIR__ . '/application/');
// 加载框架基础引导文件
require __DIR__ . '/thinkphp/base.php';
// 执行应用并响应
if(!is_file(APP_PATH . 'install/data/install.lock')){
Container::get('app')->path(APP_PATH)->bind('install')->run()->send();
}else{
Container::get('app')->path(APP_PATH)->run()->send();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/maxwo/kyxscms.git
git@gitee.com:maxwo/kyxscms.git
maxwo
kyxscms
狂雨小说CMS_基于官方扩展版
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385