mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Remove unnecessary logout.html and related XML filter #2593
This commit is contained in:
parent
f1b2b4eaec
commit
6d95dd9fc8
2 changed files with 0 additions and 16 deletions
|
|
@ -1,7 +0,0 @@
|
||||||
<filter name="logout" module="member" act="procMemberLogout">
|
|
||||||
<form />
|
|
||||||
<response callback_func="completeLogout">
|
|
||||||
<tag name="error" />
|
|
||||||
<tag name="message" />
|
|
||||||
</response>
|
|
||||||
</filter>
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<include target="./common_header.html" />
|
|
||||||
<import target="filter/logout.xml" />
|
|
||||||
<form action="./" method="get" onsubmit="return procFilter(this, logout)">
|
|
||||||
<input type="hidden" name="mid" value="{$mid}" />
|
|
||||||
<h1>{$lang->cmd_logout}</h1>
|
|
||||||
<p>{$lang->confirm_logout}</p>
|
|
||||||
<p><input type="submit" value="{$lang->cmd_logout}" class="btn btn-inverse" /></p>
|
|
||||||
</form>
|
|
||||||
<include target="./common_footer.html" />
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue