10 Star 54 Fork 15

MuYuCMS / MuYuCMS

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
admin.php 381 Bytes
Copy Edit Web IDE Raw Blame History
杨逸轩ღ authored 2021-11-24 15:07 . v2.2
<?php
namespace think;
// 检测程序安装
if(!is_file(__DIR__ . '/mdata/install.lock')){
header('Location: ../install/index.php');
exit();
}
// 定义应用目录
// 加载基础文件
require __DIR__ . '/thinkphp/base.php';
// 支持事先使用静态方法设置Request对象和Config对象
// 执行应用并响应
Container::get('app')->bind('admin')->run()->send();
PHP
1
https://gitee.com/MuYuCMS/MuYuCMS.git
git@gitee.com:MuYuCMS/MuYuCMS.git
MuYuCMS
MuYuCMS
MuYuCMS
master

Search

14c37bed 8189591 565d56ea 8189591