diff options
Diffstat (limited to 'www/browse.php')
| -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 a2a33d6..433c980 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="'.$file[3].'/">'; } function get_item($file){ |
