From ca428762fdb1e787f23a88d7bba44a895632547f Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 20 Mar 2013 10:38:45 +0900 Subject: [PATCH] =?UTF-8?q?@header("Location:$url");=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=EB=A1=9C=20warning=20=EC=98=A4=EB=A5=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 80a2fc917..57148a1e7 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -87,7 +87,7 @@ function goto_url($url) { $url = str_replace("&", "&", $url); //echo ""; - header("Location:$url"); + @header("Location:$url"); exit; }