📄 debug.ihtml
字号:
<table width="100%" border="0" cellspacing="0" cellpadding="6" bgcolor="#FF0000"> <tr> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2" bgcolor="#DDDDDD"> <tr nowrap="nowrap"> <td nowrap="nowrap" colspan="4" align="center"><b>--DEBUG--</b></td> </tr> <tr nowrap="nowrap"> <td nowrap="nowrap" align="right" width="14%"><em>RunTime:</em></td> <td align="left" nowrap="nowrap" width="32%"><?php echo $runtime; ?> </td> <td width="18%" align="right" valign="top"><em>Current Page:</em></td> <td width="36%" valign="top"><?php echo $page; ?></td> </tr> <tr nowrap="nowrap"> <td width="14%" align="right" valign="top" nowrap="nowrap"><em>SessionID:</em></td> <td width="32%" valign="top" nowrap="nowrap"><?php echo session_id(); ?></td> <td width="18%" align="right" valign="top"><em>Last Page:</em></td> <td width="36%" valign="top"><?php echo $last_page; ?> </td> </tr> <tr nowrap="nowrap"> <td width="14%" align="right" nowrap="nowrap" valign="top"><em>UID:</em></td> <td width="32%" nowrap="nowrap" valign="top"><?php echo $auth["user_id"]; ?> </td> <td width="18%" align="right" valign="top"><em>Return To Page:</em></td> <td width="36%" valign="top"><?php echo $return_to_page; ?> </td> </tr> <tr nowrap="nowrap"> <td width="14%" align="right" valign="top"><em>Username:</em></td> <td width="32%" valign="top"><?php echo $auth["username"]; ?> </td> <td width="18%" align="right" valign="top"><em>Function:</em></td> <td width="36%" valign="top"><?php echo $func;?> </td> </tr> <tr nowrap="nowrap"> <td width="14%" align="right" valign="top"><em>Perms:</em></td> <td width="32%" valign="top"><?php echo $auth["perms"]; ?> </td> <td width="18%" align="right" valign="top"><em>Command:</em></td> <td width="36%" valign="top"><?php echo $cmd."<BR>Result:"; if ($ok) echo "True"; else echo "False"; ?> </td> </tr> <tr nowrap="nowrap"> <td width="14%" align="right" valign="top"><em>$func_perms:</em></td> <td width="32%" valign="top"><?php echo $func_list["perms"]; ?> </td> <td width="18%" align="right" valign="top"><em> $ps_vendor_id:</em></td> <td width="36%" valign="top"> <?phpecho $ps_vendor_id; ?> </td> </tr> <tr> <td width="14%" align="right" valign="top"><em> $dir_perms:</em></td> <td width="32%" valign="top"><?php echo $dir_list["perms"]; ?> </td> <td width="18%" align="right" valign="top"><em> $error:</em></td> <td width="36%" valign="top"> <?phpecho $error; ?> </td> </tr> <tr> <td colspan="4"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="46%"> <div align="left"> <div align="left"><em>$_SESSION:</em></div> <table width="80%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td height="19"> <pre><?php print_r($_SESSION);?></pre> </td> </tr> </table> </div> </td> <td width="54%"> <div align="left"> <div align="left"> <div align="left"><em>$_REQUEST:</em></div> <table width="80%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td height="19"> <pre><?php print_r($_REQUEST);?></pre> </td> </tr> </table> <em>$vars: </em></div> <table width="80%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td height="19"> <pre><?php print_r($vars);?></pre> </td> </tr> </table> </div> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -