/www/wwwroot/cloud.lincq.cn/代码整理/layui开发的云盘/functions/search.php
| 文件名 |
|
修改时间 |
文件大小 |
操作 |
= 1024) {
$fsize = $fsize / 1024;
$fsize = round($fsize,2).'MB';
}
else{
$fsize = $fsize.'KB';
}
$name = con_coding($name);
include_once('./cdir.class.php');
$suffix = explode('.', $name);
if(count($suffix) > 1) {
$suffix = strtolower(end($suffix));
}else{
$suffix = '';
}
$actionpath = $runpath;
$actionpath = "{$actionpath}{$name}";
$actionpath = str_replace('..', '', $actionpath);
if(in_array($suffix, $cdir->text_type())) {
$liname = '/filepath'.$actionpath;
}else{
$liname = $name;
}
$ico = $cdir->ico($suffix);
$echoname = basename($name);
?>
is_img($name)){ ?>
text_type())){ ?>
music($name) ) { ?>
video($name) ) { ?>
office($name) ) { ?>
|
|
|
|
music($name) || $cdir->video($name) ) { ?>
|