fileleft.php
来自「泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5」· PHP 代码 · 共 15 行
PHP
15 行
<?php
include_once( "inc/auth.php" );
$FILE_SORT = $_REQUEST['FILE_SORT'];
echo "<base target=\"file_main\"> \r\n";
if ( $FILE_SORT == 2 )
{
include_once( "new_tree/person_new_tree.php" );
}
else
{
include_once( "new_tree/public_new_tree.php" );
}
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?