mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#541 로그인 후 페이지이동 예외처리를 위한 XE_VALIDATOR_ERROR 범위 수정
This commit is contained in:
parent
78435d0889
commit
a3a1d13e29
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ class memberView extends member
|
|||
if($XE_VALIDATOR_ERROR == -11)
|
||||
Context::set('XE_VALIDATOR_MESSAGE', $XE_VALIDATOR_MESSAGE . $config->limit_day_description);
|
||||
|
||||
if($XE_VALIDATOR_ERROR < -10)
|
||||
if($XE_VALIDATOR_ERROR < -10 && $XE_VALIDATOR_ERROR > -21)
|
||||
Context::set('referer_url', '/');
|
||||
else
|
||||
Context::set('referer_url', htmlspecialchars($_SERVER['HTTP_REFERER'], ENT_COMPAT | ENT_HTML401, 'UTF-8', false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue