ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
webdav.php File Reference

Go to the source code of this file.

Namespaces

 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
 
 $server = new ilDAVServer()
 

Variable Documentation

◆ $_COOKIE

$_COOKIE["ilClientId"] = $client_id

Definition at line 38 of file webdav.php.

◆ $client_id

$client_id = $path_info_components[1]

Definition at line 21 of file webdav.php.

◆ $path_info_components

$path_info_components = explode('/',$_SERVER['PATH_INFO'])

Definition at line 20 of file webdav.php.

Referenced by ilCalendarRemoteAccessHandler\parseRequest().

◆ $server

$server = new ilDAVServer()

Definition at line 49 of file webdav.php.

◆ WebDAV_Authentication

const WebDAV_Authentication 'HTTP'

Definition at line 30 of file webdav.php.

Referenced by ilAuthUtils\_initAuth().