From 82eec8f9c96c673596432b9455851374701cff64 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 23 Jun 2006 17:23:13 +0000 Subject: [PATCH] webdav works now with multiple domains and user-names including the domain --- filemanager/webdav.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/filemanager/webdav.php b/filemanager/webdav.php index 3cc42a0671..9015917ae0 100644 --- a/filemanager/webdav.php +++ b/filemanager/webdav.php @@ -36,9 +36,6 @@ function check_access(&$account) } return $sessionid; } -// uncomment the next line if dav should use a eGW domain different from the first one defined in your header.inc.php -// and of cause change the name accordingly ;-) -// $GLOBALS['egw_info']['user']['domain'] = $GLOBALS['egw_info']['server']['default_domain'] = 'developers'; $GLOBALS['egw_info']['flags'] = array( 'disable_Template_class' => True,