ILIAS  release_8 Revision v8.23
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();
exit
Definition: login.php:28
static getLogger(string $a_component_id)
Get component logger.
const CONTEXT_SCORM
static initILIAS()
ilias initialisation
$_GET['client_id']
Definition: saml1-acs.php:21
$log
Definition: result.php:33
$service
Definition: result.php:35
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Definition: PEAR.php:64
static init(string $a_type)
Init context by type.
$dic
Definition: result.php:32