ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
result.php
Go to the documentation of this file.
1 <?php
2 
3 chdir("../../");
4 require_once 'libs/composer/vendor/autoload.php';
5 
6 if (!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();
exit
Definition: login.php:29
$_GET["client_id"]
$log
Definition: result.php:15
$service
Definition: result.php:17
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Definition: PEAR.php:64
$dic
Definition: result.php:13
static getLogger($a_component_id)
Get component logger.