⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.php

📁 泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5自动注册文件。
💻 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 + -