📄 logout.tpl
字号:
{include file="top.tpl"}
{if $installed}
<center>
<h4>FlashChat Admin Panel Logout</h4>
You've been logged out. <a href="index.php?{$rand}">Click here to login</a>
</center>
{if !$manageUsers}
<p align=center>If you are using FlashChat integrated with a custom CMS (content management system), then you may still be logged in, depending on how your system stores user data.</p>
{/if}
{else}
<center>
<font color="red">FlashChat is not installed.</font>
</center>
{/if}
{include file="bottom.tpl"}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -