Remove debugging line in Browse page

This commit is contained in:
bergware
2016-04-01 18:33:59 +02:00
parent e5b381c655
commit 595cd98360

View File

@@ -23,7 +23,6 @@ function sort_by($field, $opt, $show_disk) {
// read directory contents into 'list' array
global $docroot,$dir;
$path = $docroot.preg_replace('/([\'" &()[\]\\\\])/','\\\\$1',$dir).'/*';
file_put_contents('/tmp/test',$path);
$file = array(); $disk = array(); $list = array();
$i = 0;
exec("shopt -s dotglob ; stat -L -c'%F|%n|%s|%Y' $path 2>/dev/null", $file);