quit.php

来自「This a free web game, animportantnote of」· PHP 代码 · 共 27 行

PHP
27
字号
<?
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 + =
减小字号Ctrl + -
显示快捷键?