📄 clearfd.php
字号:
<?
/* BMForum Plus! Bulletin Board Systems Version : Plus! This is a freeware, but don't change the copyright information. A SourceForge Project - GNU Licence project. Web Site: http://www.bmforum.com Copyright (C) Bluview Technology*/
require("datafile/config.php");
require("getskin.php");
if ($login_status==0) {
include("header.php");
navi_bar("$gl[49]","$gl[50]");
msg_box($gl[50],$gl[51]);
include("footer.php");
exit;
}
$favFile ="$id_unique/".$o_username.".frd";
@unlink($favFile);
jump_page("friendlist.php",$gl[2], "$gl[3]
<ul>
<li><a href='javascript:history.back(1)'>$gl[15]</a></li><br>
</ul><br>");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -