📄 user.php
字号:
<?
require_once('include/admin_or_user.php');
if (!isset($_SESSION)) {
session_start();
}
if(!isuser()&&!isadmin())
{ $GoTo="index.php?error=2";
header("Location: $GoTo");
exit;
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="酒店管理系统, timilzy" name=KEYWORDS>
<meta
content="酒店管理系统,包括接待部,餐饮部,采购部,经理部,分前后台"
name=DESCRIPTION>
<title>酒店管理系统</title>
</head>
<frameset rows="96,80%" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="top.php" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="conten.php" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -