From 267497da79a7849cfa12337860bd7a5386cccac9 Mon Sep 17 00:00:00 2001 From: augushong Date: Sun, 18 Oct 2020 17:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=9A=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E7=94=9F=E6=88=90=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common.php b/app/common.php index 6da4750..d8a9dbd 100644 --- a/app/common.php +++ b/app/common.php @@ -289,7 +289,7 @@ function app_url(string $url = '', array $vars = [], $suffix = true, $domain = f } } - if (isset($app_default_doamin[$url_result[1]])) { + if (isset($app_default_doamin[$url_result[1]]) && $app_default_doamin[$url_result[1]] != '*') { $url = $url_result[0] . "@" . $app_default_doamin[$url_result[1]]; } }