diff --git a/lib/base.php b/lib/base.php index 0d3de2c3642..07743a5c99e 100644 --- a/lib/base.php +++ b/lib/base.php @@ -496,7 +496,6 @@ class OC{ header( 'Location: '.$location ); return; } - // Handle WebDAV if($_SERVER['REQUEST_METHOD']=='PROPFIND') { header('location: '.OC_Helper::linkToRemote('webdav'));