diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-02-26 03:54:21 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-02-26 03:54:21 +0100 |
commit | c8c3b8a63ea1c4763e1a5197487f0ae3506339c1 (patch) | |
tree | 681345340a80215eb1e26403f2605d01536fd1bb /lib/filestorage.php | |
parent | 0b19af5e10ea83400e114c8b2d4252fb8d50cc33 (diff) | |
download | nextcloud-server-c8c3b8a63ea1c4763e1a5197487f0ae3506339c1.tar.gz nextcloud-server-c8c3b8a63ea1c4763e1a5197487f0ae3506339c1.zip |
chunked implementation for readfile
prevents memory issues when downloading large files
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r-- | lib/filestorage.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/filestorage.php b/lib/filestorage.php index 4523144f6f4..989f5b311f3 100644 --- a/lib/filestorage.php +++ b/lib/filestorage.php @@ -36,7 +36,6 @@ class OC_Filestorage{ public function is_readable($path){} public function is_writable($path){} public function file_exists($path){} - public function readfile($path){} public function filectime($path){} public function filemtime($path){} public function file_get_contents($path){} |