ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
index.php
Go to the documentation of this file.
1
<?php
2
19
use
ILIAS\WOPI\Handler\RequestHandler
;
20
21
// this is the base file for WOPI requests. It responds to the following requests:
22
// - CheckFileInfo
23
// - GetFile
24
// - PutFile
25
// - Lock
26
// - Unlock
27
// INIT ILIAS
28
require_once(
"../../vendor/composer/vendor/autoload.php"
);
29
require_once(
"../../artifacts/bootstrap_default.php"
);
30
31
entry_point
(
"ILIAS Legacy Initialisation Adapter"
);
32
33
// handle all requests behind /wopi/index.php/
34
$handler
=
new
RequestHandler
();
35
$handler
->handleRequest();
$handler
$handler
Definition:
index.php:34
ILIAS\WOPI\Handler\RequestHandler
Definition:
RequestHandler.php:33
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
WOPI
resources
index.php
Generated on Sat Oct 18 2025 23:03:13 for ILIAS by
1.9.4 (using
Doxyfile
)