mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
관리자 화면에서 로그아웃하면 메인 페이지로 이동하도록 개선
관리자 화면에서 로그아웃 이후 로그인 페이지를 보여주는 것은 편리하지 않으므로,(방금 로그아웃하고 다시 로그인하지는 않겠죠) 이를 홈페이지 메인 화면 링크로 수정하였습니다.
This commit is contained in:
parent
80ae13a6c2
commit
9ccd9ef390
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ class adminAdminController extends admin
|
|||
$oMemberController = getController('member');
|
||||
$oMemberController->procMemberLogout();
|
||||
|
||||
header('Location: ' . getNotEncodedUrl('', 'module', 'admin'));
|
||||
header('Location: ' . getNotEncodedUrl(''));
|
||||
}
|
||||
|
||||
public function procAdminInsertDefaultDesignInfo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue