📄 perminvalid.ihtml
字号:
<html> <head> <title>Permission denied</title> </head> <body bgcolor="#ffffff"> <h1>Permission denied</h1> Your session <b><?php print $sess->id ?></b> has been authenticated with a user id of <b><?php print $auth->auth["uid"] ?></b> and a user name of <b><?php print isset($auth->auth["uname"]) ? $auth->auth["uname"] : "(unknown)";?></b>.<p> To access this page, the following permissions are required: <b><?php print $must_have ?></b>.<br> I won't let you access this page, because you have these permissions: <b><?php print $does_have ?></b>.<p> </body></html><!-- $Id: perminvalid.ihtml,v 1.1.1.1 2000/04/17 16:40:11 kk Exp $ -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -