1 Star 0 Fork 19

金坷垃/默笙工具箱2.0

forked from Mosheng/默笙工具箱2.0 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mosheng 提交于 2019-04-01 18:07 . no commit message
<?php
$php_b=PHP_VERSION;
if ($php_b>=7) {
echo "当前安装程序适应版本为5.4-5.6,请设置将PHP版本设置低于7";
}
header("content-type:text/html;charset=utf-8");
define('BIND_MODULE', 'Home');
define('APP_DEBUG', true); //开启调试模式
if(file_exists("./install") && !file_exists("./install/install.lock")){
// 组装安装url
$url=$_SERVER['HTTP_HOST'].trim($_SERVER['SCRIPT_NAME'],'index.php').'install/index.php';
// 使用http://域名方式访问;避免./Public/install 路径方式的兼容性和其他出错问题
header("Location:http://$url");
die;
}
include "./App/ThinkPHP.php";//引入ThinkPHP核心文件
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ooooooo/mstools2.0.git
git@gitee.com:ooooooo/mstools2.0.git
ooooooo
mstools2.0
默笙工具箱2.0
master

搜索帮助