forked from extern/egroupware
webdav works now with multiple domains and user-names including the domain
This commit is contained in:
parent
e6e05e283c
commit
82eec8f9c9
@ -36,9 +36,6 @@ function check_access(&$account)
|
|||||||
}
|
}
|
||||||
return $sessionid;
|
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(
|
$GLOBALS['egw_info']['flags'] = array(
|
||||||
'disable_Template_class' => True,
|
'disable_Template_class' => True,
|
||||||
|
Loading…
Reference in New Issue
Block a user