mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-20 01:12:50 +00:00
修改安装文件set_magic_quotes_runtime()过时函数版本验证
This commit is contained in:
parent
1147f19b99
commit
c4bb6cfa68
@ -23,7 +23,7 @@ if ('5.5.9' > phpversion()){
|
||||
exit('您的php版本过低,不能安装本软件,请升级到5.5.9或更高版本再安装,谢谢!');
|
||||
}
|
||||
|
||||
define("TP_SHOP_VERSION", '20180601');
|
||||
define("CRMEB_VERSION", '20180601');
|
||||
date_default_timezone_set('PRC');
|
||||
error_reporting(E_ALL & ~E_NOTICE);
|
||||
header('Content-Type: text/html; charset=UTF-8');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user