attest_lu.inc.php

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

PHP
25
字号
<?
session_save_path("../xytmp");
session_start();
/*
===============================================================
=                 侠域(Ver 0.9.0) 使用规则版本(Ver 0.2)     =
 此程序所有版权归原作者所有. 此版权信息不得删除.
= Copyright (C) 2001-2002  WFoxd                              =
=                                                             =
=版权所有(C)2002,作者 田野(风狐) 未经许可 不得使用 传播    =
=E-MAIL:wfoxd@cnnetgame.com                                   =
=http://www.cnnetgame.com                                     =
===============================================================
*/
?>

<?
if(!session_is_registered(user_id) || !session_is_registered(user_name))
{
     include "./inc/style.inc.php";     
     echo "你的数据系统不能识别,请从新登陆!";
     echo "<br><a href=index.htm target=_parent>登陆系统</a>\n";
     exit();
}
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?