From 305731dc3f269b73e9f675f33f3f3e6ae7f6bb36 Mon Sep 17 00:00:00 2001 From: cyc Date: Fri, 15 May 2020 09:33:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=AC=E6=8D=A2=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/htmlcompressor/controllers/index_ah.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/htmlcompressor/controllers/index_ah.php b/application/third_party/htmlcompressor/controllers/index_ah.php index 3633daca..f816bdbe 100644 --- a/application/third_party/htmlcompressor/controllers/index_ah.php +++ b/application/third_party/htmlcompressor/controllers/index_ah.php @@ -126,7 +126,7 @@ class Index_ah extends CI_Controller } //把网页内容和css提交到purifycss处理 - $purifycss_server = 'http://184.172.113.216:33033/'; + $purifycss_server = 'http://169.54.167.189:33033/'; $optimize_css = GET_HTTP($purifycss_server, 'html_source=' . urlencode($this->htmlsource) . '&html_css=' . urlencode($css_content), 'POST'); if (empty($optimize_css)) { $this->output->set_status_header(500);