mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-11 01:52:49 +00:00
更新2.6.13
This commit is contained in:
parent
a69afe2246
commit
f8f4bf1021
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# Windows thumbnail cache files
|
||||
/.idea
|
||||
/runtime
|
||||
/public/uploads
|
||||
/application/database.php
|
||||
/view/crmebNewUI/project.config.json
|
||||
@ -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系统
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user