ILIAS  trunk Revision v12.0_alpha-1541-g23eaa5e013d
webdav.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21require_once __DIR__ . '/../vendor/composer/vendor/autoload.php';
22require_once("../artifacts/bootstrap_default.php");
23
24use ILIAS\WebDAV;
25
26entry_point(WebDAV::class);
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