From d8c687dde4ed22c5330e23095db72599ff8aa2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Wed, 25 Apr 2018 14:18:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E7=BB=9F=E4=B8=80=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/htmlcompressor/controllers/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/htmlcompressor/controllers/index.php b/application/third_party/htmlcompressor/controllers/index.php index c7eeb38b..b86ddf05 100644 --- a/application/third_party/htmlcompressor/controllers/index.php +++ b/application/third_party/htmlcompressor/controllers/index.php @@ -98,7 +98,7 @@ class Index extends CI_Controller { //把网页内容和css提交到purifycss处理 $purifycss_server='http://184.172.113.219:33033/'; if($this->config->item('site_code')=='gm'){ - $purifycss_server='http://158.177.67.52:13331/'; + $purifycss_server='http://158.177.67.52:33033/'; } $optimize_css = GET_HTTP($purifycss_server, 'html_source=' . urlencode($htmlsource) . '&html_css=' . urlencode($css_content), 'POST'); if (empty($optimize_css)) {