ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
lti.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21require_once("../vendor/composer/vendor/autoload.php");
22
24
25// This is done to replace the deprecated method $DIC->ctrl()->setCmd
26$_GET['cmd'] = 'post';
27$_POST['cmd'] = 'doLTIAuthentication';
28
30
31global $DIC;
32
33$DIC->ctrl()->setTargetScript('ilias.php');
34$DIC->ctrl()->callBaseClass('ilStartUpGUI');
static init(string $a_type)
Init context by type.
const CONTEXT_LTI_PROVIDER
static initILIAS()
ilias initialisation
global $DIC
Definition: lti.php:31
$_GET['cmd']
Definition: lti.php:26
$_POST['cmd']
Definition: lti.php:27