ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
cron.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 chdir(__DIR__);
22 chdir('..');
23 
24 require_once './libs/composer/vendor/autoload.php';
25 
27  new ILIAS\Cron\CLI\Commands\RunActiveJobsCommand()
28 );
29 $cron->run();
Class ChatMainBarProvider .
$cron
Definition: cron.php:26