ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
gs_content.php
Go to the documentation of this file.
1<?php
2
19require_once(__DIR__ . '/../vendor/composer/vendor/autoload.php');
20require_once(__DIR__ . '/../artifacts/bootstrap_default.php');
22
23if (PHP_SAPI !== 'cli') {
25 entry_point('ILIAS Legacy Initialisation Adapter');
26 (new ContentRenderer())->run();
27}
static init(string $a_type)
Init context by type.
Definition: ilContext.php:52
const CONTEXT_WAC
Definition: ilContext.php:43
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