ILIAS
Release_3_10_x_branch Revision 61812
|
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 ($_SERVER['REQUEST_METHOD']!= 'GET'||count($path_info_components)< 3||substr($path_info_components[2], 0, 5)!= 'file_') = 'HTTP' |
$_COOKIE ["ilClientId"] = $client_id | |
$ilInit = new ilInitialisation() | |
$GLOBALS ['ilInit'] = & $ilInit | |
$server = new ilDAVServer() |
$_COOKIE["ilClientId"] = $client_id |
Definition at line 53 of file webdav.php.
Referenced by ShibAuth\_importGlobalVariable(), ilTinyMCE\addCustomRTESupport(), ilTinyMCE\addRTESupport(), ilContainerGUI\cloneAllObject(), ilInitialisation\determineClient(), ShibWAYF\generateSelection(), ilSCORM13Player\getCookie(), assJavaAppletGUI\getPreview(), assJavaAppletGUI\getSolutionOutput(), assJavaAppletGUI\getTestOutput(), ilInitialisation\goToLogin(), ilSoapAuthentication\ilSoapAuthentication(), ilObjTestGUI\infoScreen(), ilInitialisation\initFeed(), ilInitialisation\initILIAS(), ilMail\sendMimeMail(), Session\Session(), ilBaseAuthentication\setClient(), ShibWAYF\setSAMLCookie(), ilBaseAuthentication\setSid(), ilStartUpGUI\showLogin(), ilStartUpGUI\showLogout(), and ilECSTaskScheduler\start().
$client_id = $path_info_components[1] |
Definition at line 40 of file webdav.php.
$GLOBALS['ilInit'] = & $ilInit |
Definition at line 60 of file webdav.php.
$ilInit = new ilInitialisation() |
Definition at line 59 of file webdav.php.
$path_info_components = explode('/',$_SERVER['PATH_INFO']) |
Definition at line 39 of file webdav.php.
$server = new ilDAVServer() |
Definition at line 66 of file webdav.php.
const WebDAV_Authentication($_SERVER['REQUEST_METHOD']!= 'GET'||count($path_info_components)< 3||substr($path_info_components[2], 0, 5)!= 'file_') = 'HTTP' |
Definition at line 49 of file webdav.php.
Referenced by ilAuthUtils\_initAuth().