ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
metadata.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 chdir(__DIR__);
22 
23 while (!is_file('ilias.ini.php')) {
24  chdir('..');
25  if (getcwd() === '/') {
26  die('Please ensure ILIAS is installed!');
27  }
28 }
29 
30 require_once('libs/composer/vendor/autoload.php');
31 
34 
static metadata()
Definition: Module.php:46
static initILIAS()
ilias initialisation
const CONTEXT_SAML
static init(string $a_type)
Init context by type.