Merge pull request #219 from kkigomi/feature/goto_url

goto_url 함수에 Event Hook 추가
This commit is contained in:
thisgun
2023-01-09 16:00:06 +09:00
committed by GitHub

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>";