ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
sessioncheck.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
23 if (!file_exists('../ilias.ini.php')) {
24  die('The ILIAS setup is not completed. Please run the setup routine.');
25 }
26 
27 require_once '../vendor/composer/vendor/autoload.php';
28 
30 
32 
34 $DIC->http()->saveResponse(
35  (
37  $DIC->http(),
38  $DIC->refinery(),
39  $DIC->language(),
40  $DIC->database(),
41  $DIC['ilClientIniFile'],
42  $DIC->logger()->auth(),
43  (new DataFactory())->clock()->utc(),
44  )
45  )->handle()
46 );
47 $DIC->http()->sendResponse();
48 $DIC->http()->close();
const CONTEXT_SESSION_REMINDER
static initILIAS()
ilias initialisation
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: shib_login.php:22
static init(string $a_type)
Init context by type.