ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
index.php
Go to the documentation of this file.
1 <?php
2 
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";
30 
31 // handle all requests behind /wopi/index.php/
33 $handler->handleRequest();
$handler
Definition: index.php:32
static initILIAS()
ilias initialisation