mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Merge #1362 관리자 화면에서 로그아웃하면 메인 페이지로 이동하도록 개선 by YJSoft
* pr/1362: 관리자 화면에서 로그아웃하면 메인 페이지로 이동하도록 개선
This commit is contained in:
commit
72807976ff
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