ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
index.php
Go to the documentation of this file.
1
<?php
2
3
// this is the base file for WOPI requests. It responds to the following requests:
4
// - CheckFileInfo
5
// - GetFile
6
// - PutFile
7
// - Lock
8
// - Unlock
9
10
// INIT ILIAS
11
require_once __DIR__ .
"/../../vendor/composer/vendor/autoload.php"
;
12
ilInitialisation::initILIAS
();
13
14
// handle all requests behind /wopi/index.php/
15
$handler
=
new
ILIAS\components\WOPI\Handler\RequestHandler
();
16
$handler
->handleRequest();
$handler
$handler
Definition:
index.php:15
RequestHandler
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1153
components
ILIAS
WOPI
resources
index.php
Generated on Wed Sep 10 2025 15:15:48 for ILIAS by
1.8.13 (using
Doxyfile
)