admincp.php
来自「PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后」· PHP 代码 · 共 36 行
PHP
36 行
<? 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© 2005-2006 <a href="http://www.mmei8.com" title="为多易工作室">huaikong</a></p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?