From c0b9c68dff2ee923f1d577904d83a8a848751fcf Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 14 Mar 2019 15:48:04 +0800 Subject: [PATCH] =?UTF-8?q?tp=E6=A1=86=E6=9E=B6=E8=AF=86=E5=88=AB=E4=B8=8D?= =?UTF-8?q?=E4=BA=86https=E5=85=BC=E5=AE=B9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common.php b/application/common.php index b12ab6a68..21f7920f9 100755 --- a/application/common.php +++ b/application/common.php @@ -225,7 +225,7 @@ function MyUrl($path, $params=[]) $url = str_replace('public/', '', $url); } - // tpurl方法是否识别到https + // tp框架url方法是否识别到https if(__MY_HTTP__ == 'https' && substr($url, 0, 5) != 'https') { $url = 'https'.mb_substr($url, 4, null, 'utf-8');