1 Star 0 Fork 346

邯郸赛时网络科技有限公司 / 迅睿CMS框架

forked from dayrui / 迅睿CMS框架 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 473 Bytes
一键复制 编辑 原始数据 按行查看 历史
dayrui 提交于 2022-08-11 22:52 . 增加index.php作为安装引导文件
<?php
/**
* 环境检测文件
*/
header('Content-Type: text/html; charset=utf-8');
// 判断环境
$min = '7.4.0';
if (version_compare(PHP_VERSION, $min) < 0) {
exit("<font color=red>PHP版本需要在".$min."及以上,当前".PHP_VERSION."</font><hr>最低支持PHP7.2环境,需要在这里下载兼容包:https://www.xunruicms.com/doc/1166.html");
}
echo '请将public目录设置为网站主目录:https://www.xunruicms.com/doc/1280.html';
PHP
1
https://gitee.com/cnsswl/xunruicms.git
git@gitee.com:cnsswl/xunruicms.git
cnsswl
xunruicms
迅睿CMS框架
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891