📄 quit.php
字号:
<?
include "./inc/attest.inc.php";
/*
===============================================================
= 侠域(Ver 0.9.0) 使用规则版本(Ver 0.2) =
此程序所有版权归原作者所有. 此版权信息不得删除.
= Copyright (C) 2001-2002 WFoxd =
= =
=版权所有(C)2002,作者 田野(风狐) 未经许可 不得使用 传播 =
=E-MAIL:wfoxd@cnnetgame.com =
=http://www.cnnetgame.com =
===============================================================
*/
include "./inc/config.inc.php";
include "./inc/style.inc.php";
/*
===========
=退出游戏
=公元2001年12月1日
===========
*/
session_destroy();
$notice_channel = "quit";
$notice_to = "quit";
include "./include/notice.inc.php";
echo "<p align=center><h3 color=red>现在你可以关闭浏览器了!</h3>\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -