10 Star 54 Fork 15

MuYuCMS / MuYuCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 452 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨逸轩ღ 提交于 2021-11-24 15:07 . v2.2
<?php
// [ 应用入口文件 ]
namespace think;
// 检测程序安装
if(!is_file(__DIR__ . '/mdata/install.lock')){
header('Location: ./install/index.php');
exit();
}
// 定义应用目录
define('APP_PATH', __DIR__ . '/application/');
// 加载基础文件
require __DIR__ . '/thinkphp/base.php';
// 支持事先使用静态方法设置Request对象和Config对象
// 执行应用并响应
Container::get('app')->bind('index')->run()->send();
PHP
1
https://gitee.com/MuYuCMS/MuYuCMS.git
git@gitee.com:MuYuCMS/MuYuCMS.git
MuYuCMS
MuYuCMS
MuYuCMS
master

搜索帮助