summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-27 18:08:32 +0100
committerTheTroll <trolldev@gmail.com>2010-03-27 18:08:32 +0100
commit5fb595c81563c16cebdb5dd438bf2306ec202786 (patch)
tree2778be2b688804d5ff0dffcfc306841beb428314 /bin
parent20617035068123b96731da43b024a2ceb4097482 (diff)
downloadistreamdev-5fb595c81563c16cebdb5dd438bf2306ec202786.tar.gz
istreamdev-5fb595c81563c16cebdb5dd438bf2306ec202786.tar.bz2
Removed /
Diffstat (limited to 'bin')
-rwxr-xr-xbin/files.php2
1 files changed, 1 insertions, 1 deletions
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)