Update index.php

pull/13/head
qkqpttgf 2020-01-02 17:33:45 +08:00 committed by GitHub
parent 6f9d5690b4
commit c533be7771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ function fetch_files($path = '/')
} }
} }
} else { } else {
$files = $arr['stat']; $files = $arr['stat'].$arr['body'];
} }
} }
return $files; return $files;