ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
result.php
Go to the documentation of this file.
1<?php
2
3chdir("../../");
4require_once 'libs/composer/vendor/autoload.php';
5
6if (!isset($_GET['client_id']) || !strlen($_GET['client_id'])) {
7 header('HTTP/1.1 401 Authorization Required');
8 exit;
9}
10
12
13$dic = $GLOBALS['DIC'];
14
16
18$service->handleRequest();
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Definition: PEAR.php:64
$_GET["client_id"]
An exception for terminatinating execution or to throw for unit testing.
static getLogger($a_component_id)
Get component logger.
exit
Definition: login.php:29
$log
Definition: result.php:15
$service
Definition: result.php:17
$dic
Definition: result.php:13