diff options
| -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) | 
