perminvalid.ihtml
来自「PHPLOB注释详细版 使用模板技术的好帮手 PHP最有用的东东了」· IHTML 代码 · 共 24 行
IHTML
24 行
<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 + =
减小字号Ctrl + -
显示快捷键?