更新2.6.13

This commit is contained in:
liaofei 2019-08-23 14:10:34 +08:00
parent a69afe2246
commit f8f4bf1021
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# Windows thumbnail cache files
/.idea
/runtime
/public/uploads
/application/database.php
/view/crmebNewUI/project.config.json

View File

@ -8,7 +8,7 @@
// +----------------------------------------------------------------------
// 检测PHP环境
if(version_compare(PHP_VERSION,'5.5.9','<')) die('require PHP > 5.5.9 !');
if(version_compare(PHP_VERSION,'7.0.0','<')) die('require PHP > 7.0.0 !');
//error_reporting(E_ALL ^ E_NOTICE);//显示除去 E_NOTICE 之外的所有错误信息
error_reporting(E_ERROR | E_WARNING | E_PARSE);//报告运行时错误
//检测是否已安装CrmEb系统