From c4bb6cfa68e1c35887839ff8f9ac93e10576d072 Mon Sep 17 00:00:00 2001 From: xurongyao Date: Wed, 5 Sep 2018 09:34:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85=E6=96=87?= =?UTF-8?q?=E4=BB=B6set=5Fmagic=5Fquotes=5Fruntime()=E8=BF=87=E6=97=B6?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E7=89=88=E6=9C=AC=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index 2fe284a7..bd0de46c 100644 --- a/install/index.php +++ b/install/index.php @@ -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');