goto_url 함수에 Event Hook 추가
This commit is contained in:
@ -96,6 +96,8 @@ function print_r2($var)
|
|||||||
// header("location:URL") 을 대체
|
// header("location:URL") 을 대체
|
||||||
function goto_url($url)
|
function goto_url($url)
|
||||||
{
|
{
|
||||||
|
run_event('goto_url', $url);
|
||||||
|
|
||||||
$url = str_replace("&", "&", $url);
|
$url = str_replace("&", "&", $url);
|
||||||
//echo "<script> location.replace('$url'); </script>";
|
//echo "<script> location.replace('$url'); </script>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user