로그인후 url을 urlencode로 수정

This commit is contained in:
gnuboard
2013-05-10 16:35:17 +09:00
parent 8e20f80cd2
commit b8405d3db7
2 changed files with 4 additions and 3 deletions

View File

@ -34,7 +34,7 @@ function outlogin($skin_dir='basic')
$is_auth = true;
}
$outlogin_url = login_url();
$outlogin_url = login_url($urlencode);
$outlogin_action_url = G4_HTTPS_BBS_URL.'/login_check.php';
ob_start();