webdav works now with multiple domains and user-names including the domain

This commit is contained in:
Ralf Becker 2006-06-23 17:23:13 +00:00
parent e6e05e283c
commit 82eec8f9c9

View File

@ -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,