2 Star 10 Fork 1

Krabs / HYBBS2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 714 Bytes
一键复制 编辑 原始数据 按行查看 历史
Krabs 提交于 2018-03-31 12:01 . no commit message
<?php
if(version_compare(PHP_VERSION,'5.4.0','<')){
header("Content-Type: text/html; charset=UTF-8");
die('HYPHP2.0 不支持 5.4以下的PHP版本. 当前你的PHP版本:' . PHP_VERSION);
}
define('HYBBS_V' ,'2.1.3');
define('INDEX_PATH' , str_replace('\\', '/', dirname(__FILE__)).'/');
define('DEBUG' ,(is_file(INDEX_PATH . 'DEBUG'))?false:true);
define('PLUGIN_ON' ,true);
define('PLUGIN_ON_FILE',true);
define('PLUGIN_MORE_LANG_ON',true);
require 'HY/HYPHP.php';
/*
升级用户组进度条
重写登陆用户机制
插件模板 后台首页更新提示
修复 - 修改用户被退回的问题
框架升级 诊断错误插件
子评论权限
中文CSS
*/
PHP
1
https://gitee.com/hyyyp/HYBBS2.git
git@gitee.com:hyyyp/HYBBS2.git
hyyyp
HYBBS2
HYBBS2
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891