修改安装文件set_magic_quotes_runtime()过时函数版本验证

This commit is contained in:
xurongyao 2018-09-05 09:34:35 +08:00
parent 1147f19b99
commit c4bb6cfa68

View File

@ -23,7 +23,7 @@ if ('5.5.9' > phpversion()){
exit('您的php版本过低不能安装本软件请升级到5.5.9或更高版本再安装,谢谢!'); exit('您的php版本过低不能安装本软件请升级到5.5.9或更高版本再安装,谢谢!');
} }
define("TP_SHOP_VERSION", '20180601'); define("CRMEB_VERSION", '20180601');
date_default_timezone_set('PRC'); date_default_timezone_set('PRC');
error_reporting(E_ALL & ~E_NOTICE); error_reporting(E_ALL & ~E_NOTICE);
header('Content-Type: text/html; charset=UTF-8'); header('Content-Type: text/html; charset=UTF-8');