ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
index.php
Go to the documentation of this file.
1
<?php
2
19
use
ILIAS\components\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 __DIR__ .
"/../../vendor/composer/vendor/autoload.php"
;
29
ilInitialisation::initILIAS
();
30
31
// handle all requests behind /wopi/index.php/
32
$handler
=
new
RequestHandler
();
33
$handler
->handleRequest();
$handler
$handler
Definition:
index.php:32
RequestHandler
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1145
ILIAS\components\WOPI\Handler\RequestHandler
Definition:
RequestHandler.php:32
components
ILIAS
WOPI
resources
index.php
Generated on Wed Sep 3 2025 23:03:15 for ILIAS by
1.8.13 (using
Doxyfile
)