diff options
-rwxr-xr-x | bin/files.php | 3 | ||||
-rw-r--r-- | ram/.temp | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/bin/files.php b/bin/files.php index 30dbe49..8843baf 100755 --- a/bin/files.php +++ b/bin/files.php @@ -203,6 +203,9 @@ function filesgetlisting($dir) break; default: } + + if ($type == 'folder') + $newentry['path'] = $newentry['path'] .'/'; } return $listing; diff --git a/ram/.temp b/ram/.temp deleted file mode 100644 index e69de29..0000000 --- a/ram/.temp +++ /dev/null |