ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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
28require_once("../../vendor/composer/vendor/autoload.php");
29require_once("../../artifacts/bootstrap_default.php");
30
31entry_point("ILIAS Legacy Initialisation Adapter");
32
33// handle all requests behind /wopi/index.php/
35$handler->handleRequest();
$handler
Definition: index.php:34
entry_point(string $name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: result1.php:21