타도메인 리다이렉트 체크 오류 코드 수정

This commit is contained in:
thisgun
2018-03-26 09:15:10 +09:00
parent 0055690e54
commit 78a6943ed8
3 changed files with 5 additions and 5 deletions

View File

@ -67,7 +67,7 @@ if ($auto_login) {
if ($url) {
// url 체크
check_url_host($url);
check_url_host($url, '', G5_URL, true);
$link = urldecode($url);
// 2003-06-14 추가 (다른 변수들을 넘겨주기 위함)