📄 piclib.php
字号:
<?php
include( "../../config.inc.php" );
include( "../language/".$aLan."_".$charset.".php" );
include( "../../includes/version.php" );
include( "../../includes/pro.php" );
echo "<html>\r\n<head >\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=";
echo $charset;
echo "\">\r\n<link rel=stylesheet type=text/css href=style.css>\r\n<title>";
echo $strHtmlImageLib;
echo "</title>\r\n\r\n</head>\r\n\r\n<body leftmargin=\"0\" topmargin=\"0\" class=\"bodybackground\">\r\n<center>\r\n <table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td valign=\"top\"><iframe ID=\"file\" MARGINHEIGHT=\"0\" MARGINWIDTH=\"0\" width=\"100%\" height=\"100%\" src=\"spiclib.php\" scrolling=\"no\">openfile</iframe></td>\r\n </tr>\r\n </table>\r\n</center>\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -