ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
lticerts.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 require_once("../vendor/composer/vendor/autoload.php");
23 
26 
28  echo "ERROR_OPEN_SSL_CONF";
29 }
30 
31 header('Content-Type: application/json; charset=utf-8');
32 echo json_encode(ilObjLTIConsumer::getJwks(), JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT);
const CONTEXT_SCORM
static initILIAS()
ilias initialisation
static init(string $a_type)
Init context by type.
header()
expected output: > ILIAS shows the rendered Component.
Definition: header.php:13