Skip to content

Commit

Permalink
#706 로그인 폼에서 로그인 후 하위 디렉토리 지원하지 않는 문제 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
akasima committed Jun 12, 2014
1 parent 2116470 commit 191db16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/member/member.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ function dispMemberLoginForm()
Context::set('XE_VALIDATOR_MESSAGE', $XE_VALIDATOR_MESSAGE . $config->limit_day_description);

if($XE_VALIDATOR_ERROR < -10 && $XE_VALIDATOR_ERROR > -21)
Context::set('referer_url', '/');
Context::set('referer_url', getUrl(''));
else
Context::set('referer_url', htmlspecialchars($_SERVER['HTTP_REFERER'], ENT_COMPAT | ENT_HTML401, 'UTF-8', false));

Expand Down

0 comments on commit 191db16

Please sign in to comment.