| server/src/RestAPI/Storage.php | ●●●●● patch | view | raw | blame | history |
server/src/RestAPI/Storage.php
@@ -19,7 +19,7 @@ foreach( $files as $item) { $ret[] = array( 'url' => '/files/' . $item['id'], 'path' => $item['path'] . '/' . $item['name'], 'path' => ltrim($item['path'] . '/' . $item['name'], '/'), 'timestamp' => $item['timestamp'], 'size' => $item['size'], );