ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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
12 
13 chdir("../");
14 require_once __DIR__ . "/../libs/composer/vendor/autoload.php";
16 
17 // handle all requests behind /wopi/index.php/
19 $handler->handleRequest();
static initILIAS()
ilias initialisation
$handler
Definition: index.php:18