From 8aa499b9b0ca54b1f4ee3f9b98cd1ecf7b969fb7 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 28 Jun 2018 10:45:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E6=88=90AMP?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index 35377b4d..d4cd7dd1 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -513,7 +513,7 @@ class Information extends CI_Controller { } } if ($amp_request) { - $url = 'http://192.155.250.124:22224/amp' . $url; + $url = 'http://192.155.250.124:22224/ampreq' . $url; } else { $url = 'http://192.155.250.124:22224' . $url; }