Added isLocal() method to storage, used for xsendfile
Added isLocal() method to Storage to find out whether the storage is local or not. This method is used for the x-sendfile logic to find out whether to add the headers.
Showing
- lib/private/files.php 1 addition, 1 deletionlib/private/files.php
- lib/private/files/storage/common.php 9 additions, 0 deletionslib/private/files/storage/common.php
- lib/private/files/storage/local.php 7 additions, 0 deletionslib/private/files/storage/local.php
- lib/private/files/storage/wrapper/wrapper.php 8 additions, 0 deletionslib/private/files/storage/wrapper/wrapper.php
- lib/public/files/storage.php 11 additions, 0 deletionslib/public/files/storage.php
Loading
Please register or sign in to comment