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

📄 admincp.php

📁 PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后
💻 PHP
字号:
<? include("../conn.php");?>
<? include("../include/function.php");?>

<?
session_start();
$manager=$_SESSION[manager];
 if($manager!="oktop"){
 	header("Location:error.htm");
 }
 
?>
<html>
<head>
<meta http-equiv="content-Type" content="text/html; charset=gb2312">
<title>管理首页</title>
<style text="text/css">
body {
	font: 12px verdana
}
td {
	font: 12px verdana
}
.msghead {
	font-weight: bold;
	color: #666666;
	text-align: center;
}
</style>
</head>
<body>
 
<div>
	<p>Powered by <a href="http://www.mmei8.com" title="妹妹网摘" target="_blank">mmei8<font color="#cc0000">.com</font></a> copyright&copy; 2005-2006 <a href="http://www.mmei8.com" title="为多易工作室">huaikong</a></p>
	</div>
</body>
</html>

⌨️ 快捷键说明

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