From c533be7771b7f741959c3776a4fc76f3e1d8680e Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 2 Jan 2020 17:33:45 +0800 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;