| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Go to the source code of this file.
| Namespaces | |
| namespace | webdav | 
| Class ilDAVLocks. | |
| Variables | |
| $path_info_components = explode('/',$_SERVER['PATH_INFO']) | |
| $client_id = $path_info_components[1] | |
| const | WebDAV_Authentication = 'HTTP' | 
| $_COOKIE ["ilClientId"] = $client_id | |
| $ilInit = new ilInitialisation() | |
| $GLOBALS ['ilInit'] = & $ilInit | |
| $server = new ilDAVServer() | |
| $_COOKIE["ilClientId"] = $client_id | 
Definition at line 37 of file webdav.php.
| $client_id = $path_info_components[1] | 
Definition at line 20 of file webdav.php.
| $GLOBALS['ilInit'] = & $ilInit | 
Definition at line 44 of file webdav.php.
| $ilInit = new ilInitialisation() | 
Definition at line 43 of file webdav.php.
| $path_info_components = explode('/',$_SERVER['PATH_INFO']) | 
Definition at line 19 of file webdav.php.
Referenced by ilCalendarRemoteAccessHandler\parseRequest().
| $server = new ilDAVServer() | 
Definition at line 50 of file webdav.php.
| const WebDAV_Authentication = 'HTTP' | 
Definition at line 29 of file webdav.php.
Referenced by ilAuthUtils\_initAuth().