ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
result.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 chdir("../../../");
22 
23 if (!isset($_GET['client_id']) || !strlen($_GET['client_id'])) {
24  header('HTTP/1.1 401 Authorization Required');
25  exit;
26 }
27 
30 
31 $dic = $GLOBALS['DIC'];
33 $log->debug("LTI result init successful");
35 $service->handleRequest();
$_GET["client_id"]
Definition: webdav.php:30
static getLogger(string $a_component_id)
Get component logger.
const CONTEXT_SCORM
static initILIAS()
ilias initialisation
$GLOBALS["DIC"]
Definition: wac.php:53
$log
Definition: result.php:32
$service
Definition: result.php:34
static init(string $a_type)
Init context by type.
$dic
Definition: result.php:31
header()
expected output: > ILIAS shows the rendered Component.
Definition: header.php:29
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...