ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
callback_handler.php
Go to the documentation of this file.
1 <?php namespace ILIAS\GlobalScreen\Client;
2 
3 chdir(strstr(__DIR__, '/src', true));
4 require_once('./libs/composer/vendor/autoload.php');
5 
6 if (php_sapi_name() !== 'cli') {
7  (new CallbackHandler())->run();
8 }
Entry Point for Async calls from the Notification Center.
Definition: gs_content.php:1