그누보드5.0.34 수정내역 적용

This commit is contained in:
chicpro
2015-05-19 13:59:00 +09:00
parent 18fc8ec6d1
commit 330e656544
13 changed files with 40 additions and 18 deletions

View File

@ -65,6 +65,9 @@ if ($auto_login) {
}
if ($url) {
// url 체크
check_url_host($url);
$link = urldecode($url);
// 2003-06-14 추가 (다른 변수들을 넘겨주기 위함)
if (preg_match("/\?/", $link))