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/files/filesystem.php | |
parent | 3ff0772a05c70592360c7b11b280cc4cf45a385e (diff) | |
download | nextcloud-server-01594b8610ce4f08e28010994d9cbecda4c52e35.tar.gz nextcloud-server-01594b8610ce4f08e28010994d9cbecda4c52e35.zip |
remove chroot from filesystem api
Diffstat (limited to 'lib/files/filesystem.php')
-rw-r--r-- | lib/files/filesystem.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/files/filesystem.php b/lib/files/filesystem.php index 0dae774febe..05dd698ab4b 100644 --- a/lib/files/filesystem.php +++ b/lib/files/filesystem.php @@ -282,16 +282,6 @@ class Filesystem { } /** - * change the root to a fake root - * - * @param string $fakeRoot - * @return bool - */ - static public function chroot($fakeRoot) { - return self::$defaultInstance->chroot($fakeRoot); - } - - /** * @brief get the relative path of the root data directory for the current user * @return string * |