summaryrefslogtreecommitdiff
path: root/www/browse.php
diff options
context:
space:
mode:
authoroweissbarth2014-03-17 14:55:12 +0100
committeroweissbarth2014-03-17 14:55:12 +0100
commit8a5df504b48f22aaf866bc1636e0f06bd456b230 (patch)
tree977708da577ecf40dd7f3f11fd7b247e8bf1878a /www/browse.php
parent84323cd317a650ec7742af9dabac4c033ec8c00d (diff)
downloadfiles.iamfabulous.de-8a5df504b48f22aaf866bc1636e0f06bd456b230.tar.gz
Fixed browser link. Recentered all forms
Diffstat (limited to 'www/browse.php')
-rw-r--r--www/browse.php2
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){