Merge pull request #219 from kkigomi/feature/goto_url
goto_url 함수에 Event Hook 추가
This commit is contained in:
@ -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>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user