zmicier0k
Verified User
- Joined
- Jul 19, 2022
- Messages
- 6
Hi, guys. I'm using custom skin and I have a problem with logout function. Such error appears after I click logout button:
"Using "GET /CMD_LOGOUT" to log out is deprecated. Please consider using "/api/logout" or "/api/session/login-as/return" to handle logout functions"
I'm trying to swap CMD_LOGOUT to api/logout in file header_bar.html but only blank page appears after I press logout button.
Part of the header_bar.html
What should I change to be able to successfully logout from admin panel?
"Using "GET /CMD_LOGOUT" to log out is deprecated. Please consider using "/api/logout" or "/api/session/login-as/return" to handle logout functions"
I'm trying to swap CMD_LOGOUT to api/logout in file header_bar.html but only blank page appears after I press logout button.
Part of the header_bar.html
HTML:
<td width=100% align=right><a onMouseOver="navlogout.src=logout_image.src;" onMouseOut="navlogout.src='/|LANG_IMG_SKIN_NAV_LOGOUT|';" href="/CMD_LOGOUT"><img name="navlogout" border="0" src="/|LANG_IMG_SKIN_NAV_LOGOUT|" width="93" height="78" alt="|LANG_LOGOUT|"></a></td>
What should I change to be able to successfully logout from admin panel?