📄 index.php
字号:
<?php
include_once( "inc/conn.php" );
include_once( "inc/auth.php" );
$FILE_SORT = $_REQUEST['FILE_SORT'];
$SORT_ID = $_REQUEST['SORT_ID'];
if ( $SORT_ID == "" )
{
$SORT_ID = 0;
}
if ( $cur_page == "" )
{
$cur_page = 1;
}
echo "<title>文件夹设置</title>\r\n<frameset rows=\"55,*\" cols=\"*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\" id=\"frameflieedit\">\r\n <frame name=\"file_top\" scrolling=\"no\" noresize src=\"purview_new/purview_top.php?FILE_SORT=";
echo $FILE_SORT;
echo "\" frameborder=\"0\" id='frametop'>\r\n <frameset rows=\"*\" cols=\"220,8,*\" frameborder=\"YES\" border=\"0\" framespacing=\"1\" id=\"framesort\">\r\n <frame name=\"file_tree\" scrolling=\"yes\" src=\"purview_new/purview_left.php?FILE_SORT=";
echo $FILE_SORT;
echo "\" frameborder=\"0\">\r\n\t <frame name=\"file_middle\" scrolling=\"no\" src=\"purview_new/purview_middle.php\" frameborder=\"0\">\r\n <frame name=\"file_main\" scrolling=\"auto\" src=\"purview_new/purview_list.php?FILE_SORT=";
echo $FILE_SORT;
echo "&SORT_ID=";
echo $SORT_ID;
echo "\" frameborder=\"0\">\r\n </frameset>\r\n</frameset>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -