|
ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
|
Go to the source code of this file.
Variables | |
| $path_info_components = explode('/', (string) $_SERVER['PATH_INFO']) | |
| $client_id = $path_info_components[1] | |
| $show_mount_instr = isset($_GET['mount-instructions']) | |
| try | |
| $_GET ["client_id"] = $client_id | |
| $post_array = $_POST | |
| catch(InvalidArgumentException) if(!ilDAVActivationChecker::_isActive()) | $webdav_dic = new ilWebDAVDIC() |
| $_GET["client_id"] = $client_id |
Definition at line 30 of file webdav.php.
| $client_id = $path_info_components[1] |
Definition at line 25 of file webdav.php.
| $path_info_components = explode('/', (string) $_SERVER['PATH_INFO']) |
Definition at line 24 of file webdav.php.
Referenced by ilCalendarRemoteAccessHandler\parseRequest().
| $post_array = $_POST |
Definition at line 32 of file webdav.php.
Referenced by ilWebDAVRequestHandler\handleRequest().
| $show_mount_instr = isset($_GET['mount-instructions']) |
Definition at line 26 of file webdav.php.
| catch(InvalidArgumentException) if (!ilDAVActivationChecker::_isActive()) $webdav_dic = new ilWebDAVDIC() |
Definition at line 56 of file webdav.php.
Referenced by ilObjectListGUI\getProperties().
| try |
Definition at line 28 of file webdav.php.