diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-21 00:54:34 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-21 00:54:34 +0200 |
commit | 01594b8610ce4f08e28010994d9cbecda4c52e35 (patch) | |
tree | fc8e25ac8437b2fe40a46993031dc742bc562a60 /lib/filesystem.php | |
parent | 3ff0772a05c70592360c7b11b280cc4cf45a385e (diff) | |
download | nextcloud-server-01594b8610ce4f08e28010994d9cbecda4c52e35.tar.gz nextcloud-server-01594b8610ce4f08e28010994d9cbecda4c52e35.zip |
remove chroot from filesystem api
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r-- | lib/filesystem.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php index ea0a289c8d2..20b5ab27909 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -82,17 +82,6 @@ class OC_Filesystem { } /** - * change the root to a fake root - * - * @deprecated OC_Filesystem is replaced by \OC\Files\Filesystem - * @param string $fakeRoot - * @return bool - */ - static public function chroot($fakeRoot) { - return \OC\Files\Filesystem::chroot($fakeRoot); - } - - /** * @brief get the relative path of the root data directory for the current user * @return string * |