ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
result.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
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 
28 require_once("Services/Init/classes/class.ilInitialisation.php");
31 
32 $dic = $GLOBALS['DIC'];
34 $log->debug("LTI result init successful");
36 $service->handleRequest();
$_GET["client_id"]
Definition: webdav.php:30
exit
Definition: login.php:29
static getLogger(string $a_component_id)
Get component logger.
const CONTEXT_SCORM
static initILIAS()
ilias initialisation
$GLOBALS["DIC"]
Definition: wac.php:31
$log
Definition: result.php:33
$service
Definition: result.php:35
static init(string $a_type)
Init context by type.
$dic
Definition: result.php:32