ILIAS
trunk Revision v12.0_alpha-1541-g23eaa5e013d
◀ ilDoc Overview
webdav.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
require_once __DIR__ .
'/../vendor/composer/vendor/autoload.php'
;
22
require_once(
"../artifacts/bootstrap_default.php"
);
23
24
use
ILIAS\WebDAV
;
25
26
entry_point
(WebDAV::class);
ILIAS\WebDAV
Definition:
AccessCheck.php:21
entry_point
entry_point(string $name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
result1.php:21
components
ILIAS
WebDAV
resources
webdav.php
Generated on Thu Jun 4 2026 23:07:17 for ILIAS by
1.9.4 (using
Doxyfile
)