ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
callback_handler.php
Go to the documentation of this file.
2
3chdir(strstr(__DIR__, '/src', true));
4require_once('./libs/composer/vendor/autoload.php');
5
6if (php_sapi_name() !== 'cli') {
7 (new CallbackHandler())->run();
8}
An exception for terminatinating execution or to throw for unit testing.
Entry Point for Async calls from the Notification Center.
Definition: gs_content.php:1