?? logout.php
字號:
<html>
<head>
<title>神之居所</title>
<link rel=stylesheet href="system/god.css">
</head>
<body bgcolor=444444>
<!-- 主頁頭部信息 -->
<?php include("include/header.inc"); ?>
<div id="content-two-column">
<!-- 左邊的網(wǎng)站導(dǎo)航 -->
<div id="leftside">
<?php include("include/leftside.inc"); ?>
</div>
<div id="content-main">
<!-- 網(wǎng)站主要內(nèi)容,文章顯示 -->
<form action="god_login.php" method="post" name="form1">
<table width=100% align=center valign=top border=1 bordercolor=green cellpadding="3" cellspacing="0"
style="font-size: 9pt; font-family: '宋體'" bgcolor=#CCCCCC>
<!-- 退出登錄 -->
<?php
if (setcookie("godcode", "", time() - 60*60))
{
echo "<tr bgcolor=green><td align=center><b>注銷成功!</b></td></tr>";
echo "<tr><td>恭送你,神!歡迎下次到來...三秒后轉(zhuǎn)到主頁...</td></tr>";
}
?>
</table>
</form>
<?php echo "<meta http-equiv=refresh content=3;url=index.php>"; ?>
</div>
</div>
<!-- 網(wǎng)站頁腳,版權(quán)信息 -->
<?php include("include/footer.inc"); ?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -