diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-27 18:08:32 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-27 18:08:32 +0100 |
commit | 5fb595c81563c16cebdb5dd438bf2306ec202786 (patch) | |
tree | 2778be2b688804d5ff0dffcfc306841beb428314 /bin | |
parent | 20617035068123b96731da43b024a2ceb4097482 (diff) | |
download | istreamdev-5fb595c81563c16cebdb5dd438bf2306ec202786.tar.gz istreamdev-5fb595c81563c16cebdb5dd438bf2306ec202786.tar.bz2 |
Removed /
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/files.php | 2 |
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) |