summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroweissbarth2014-03-17 00:47:29 +0100
committeroweissbarth2014-03-17 00:47:29 +0100
commit58ba729a33b204884d33b0f49d8469bbe5b63f2f (patch)
tree8dba14c799afd6ef5d5c4e5ba3088a76100c1ba4
parenta0981984a95560b4fede62486be940c36a517845 (diff)
downloadfiles.iamfabulous.de-58ba729a33b204884d33b0f49d8469bbe5b63f2f.tar.gz
fixed browser links added trailing /
-rw-r--r--www/browse.php2
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){