这个目录列表器挺好看的,我个人挺喜欢的,主要有几个问题。。。我这个文件依据打包好了。示例站:pan.fxnetw.com
文件和文件夹使用中文显示为空
第633行,添加
preg_match('/\/([^\/]*)$/', $relativePath, $matches); $pathname = isset($matches[1]) ? $matches[1] : $relativePath;
把 $directoryArray[pathinfo($relativePath, PATHINFO_BASENAME)] = array(改为
$directoryArray[$pathname] = array(
访问速度慢
在 /resources/themes/bootstrap/index.php 的第16行(http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js )这个js好像没办法访问,自己去找一个。好像删除掉也没有问题。
不显示文件和目录
Directory Lister不显示文件和目录,那么可能是 PHP函数 scandir 被禁用了,取消禁用就好了。
sed -i 's/,scandir//g' /usr/local/php/etc/php.ini /etc/init.d/php-fpm restart
php目录列表大小:0.42MB | 来源:百度网盘
已经过安全软件检测无毒,请您放心下载。
本文作者:风雪,转载时请注明本文出处:https://www.fxnetw.com/10.html
共
0
条评论