goto_url 함수에 Event Hook 추가

This commit is contained in:
kkigomi
2023-01-07 01:31:05 +09:00
parent 1750e957d2
commit 4958cc9e35

View File

@ -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 "<script> location.replace('$url'); </script>";