From a74cef459c48a1af094ec2d4d70b53a496945f79 Mon Sep 17 00:00:00 2001 From: molong Date: Mon, 23 Oct 2017 11:25:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E8=A7=A3=E6=9E=90=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E6=B7=BB=E5=8A=A0https=E7=9A=84=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/common.php b/application/common.php index 32b87550..68b1b924 100644 --- a/application/common.php +++ b/application/common.php @@ -230,6 +230,7 @@ function addons_url($url, $param = array()) { function get_nav_url($url) { switch ($url) { case 'http://' === substr($url, 0, 7): + case 'https://' === substr($url, 0, 8): case '#' === substr($url, 0, 1): break; default: