mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-04 02:48:14 +00:00
修改首页版本php版本
This commit is contained in:
parent
737ee4a604
commit
4451638117
@ -10,7 +10,7 @@
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
// 检测PHP环境
|
||||
if(version_compare(PHP_VERSION,'5.5.5','<')) die('require PHP > 5.5.5 !');
|
||||
if(version_compare(PHP_VERSION,'5.5.9','<')) die('require PHP > 5.5.9 !');
|
||||
//error_reporting(E_ALL ^ E_NOTICE);//显示除去 E_NOTICE 之外的所有错误信息
|
||||
error_reporting(E_ERROR | E_WARNING | E_PARSE);//报告运行时错误
|
||||
//检测是否已安装CrmEb系统
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user