mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Prevent infinite redirect and add logout link to sitelock message
This commit is contained in:
parent
6db7068245
commit
28095d7b6d
2 changed files with 6 additions and 2 deletions
|
|
@ -44,6 +44,9 @@
|
|||
<div cond="$is_logged">
|
||||
<div class="login-body">
|
||||
<p><a class="button" href="{getUrl()}">{$lang->cmd_back}</a></p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="login-footer">
|
||||
<a href="{getUrl('', 'act', 'dispMemberLogout')}">{$lang->cmd_logout}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue