⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 logout.php

📁 非常简单的一个文本Blog
💻 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">
	
	<!-- 左边的网站导航 -->
	<div id="leftside">
		<?php include("include/leftside.inc"); ?>
	</div>
	
	<div id="content-main">
		
		<!-- 网站主要内容,文章显示 -->
		<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>恭送你,神!欢迎下次到来...三秒后转到主页...</td></tr>";
			}
		?>
		</table>
		</form>
		
		<?php echo "<meta http-equiv=refresh content=3;url=index.php>"; ?>
		
	</div>
</div>

<!-- 网站页脚,版权信息 -->
<?php include("include/footer.inc"); ?>

⌨️ 快捷键说明

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