📄 file_manage_main.php
字号:
<?php
require(dirname(__FILE__)."/config.php");
CheckPurview('plus_文件管理器');
if(!isset($activepath))
{
$activepath=$cfg_cmspath;
}
$inpath = "";
$activepath = str_replace("..","",$activepath);
$activepath = ereg_replace("^/{1,}","/",$activepath);
if($activepath == "/")
{
$activepath = "";
}
if($activepath == "")
{
$inpath = $cfg_basedir;
}
else
{
$inpath = $cfg_basedir.$activepath;
}
$activeurl = $activepath;
if(eregi($cfg_templets_dir,$activepath))
{
$istemplets = true;
}
else
{
$istemplets = false;
}
include DedeInclude('templets/file_manage_main.htm');
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -