From d6d6dbff436d74746c0134ad8ea09b964a6fbf4c Mon Sep 17 00:00:00 2001 From: shuipf Date: Tue, 26 Apr 2016 10:10:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=B0=83=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Url.php b/library/think/Url.php index 200812e9..d4738bc5 100644 --- a/library/think/Url.php +++ b/library/think/Url.php @@ -165,7 +165,7 @@ class Url if(!empty($urlDomainRoot)){ $domain .= $urlDomainRoot; } - echo $domain;exit; + break; } } }