ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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";
13 
14 // handle all requests behind /wopi/index.php/
16 $handler->handleRequest();
$handler
Definition: index.php:15
static initILIAS()
ilias initialisation