Update index.php

This commit is contained in:
qkqpttgf
2020-01-02 17:33:45 +08:00
committed by GitHub
parent 6f9d5690b4
commit c533be7771
+1 -1
View File
@@ -487,7 +487,7 @@ function fetch_files($path = '/')
} }
} }
} else { } else {
$files = $arr['stat']; $files = $arr['stat'].$arr['body'];
} }
} }
return $files; return $files;