index.php
来自「这是一个根据面向对象思想做的管理系统」· PHP 代码 · 共 18 行
PHP
18 行
<?
include "../../auth.php";
include "../userauth.php";
if( $PHP_AUTH_USER != 'administrator' ){
header('Location: authfail.html');
}
include "themes/header.php" ;
?>
<table>
<? include "themes/footer.php";
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?