From 4958cc9e35fa047b4a46e6db4a0ceb4c7b6cf35f Mon Sep 17 00:00:00 2001 From: kkigomi Date: Sat, 7 Jan 2023 01:31:05 +0900 Subject: [PATCH] =?UTF-8?q?goto=5Furl=20=ED=95=A8=EC=88=98=EC=97=90=20Even?= =?UTF-8?q?t=20Hook=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/common.lib.php b/lib/common.lib.php index 6018674ce..943726dbd 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -96,6 +96,8 @@ function print_r2($var) // header("location:URL") 을 대체 function goto_url($url) { + run_event('goto_url', $url); + $url = str_replace("&", "&", $url); //echo "";