diff --git a/index.php b/index.php index a391e1c..e802861 100644 --- a/index.php +++ b/index.php @@ -487,7 +487,7 @@ function fetch_files($path = '/') } } } else { - $files = $arr['stat']; + $files = $arr['stat'].$arr['body']; } } return $files;