From 5fb595c81563c16cebdb5dd438bf2306ec202786 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Sat, 27 Mar 2010 18:08:32 +0100 Subject: Removed / --- bin/files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/files.php') diff --git a/bin/files.php b/bin/files.php index 3de71d7..483eefc 100755 --- a/bin/files.php +++ b/bin/files.php @@ -197,7 +197,7 @@ function filesgetlisting($dir) $newentry = array(); $newentry['name'] = $value; - $newentry['path'] = $dir ."/" .$value; + $newentry['path'] = $dir .$value; $newentry['type'] = $type; switch ($type) -- cgit v1.2.3