diff options
| -rw-r--r-- | www/browse.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/browse.php b/www/browse.php index 9c37f41..a2a33d6 100644 --- a/www/browse.php +++ b/www/browse.php @@ -24,7 +24,7 @@ function get_icon($file){ } function get_link($file){ - return '<a href="/'.$_GET["name"].$_GET["folder"].$file[3].'">'; + return '<a href="/'.$_GET["name"].$_GET["folder"].$file[3].'/">'; } function get_item($file){ |
