9 lines
256 B
PHP
Executable File
9 lines
256 B
PHP
Executable File
<?php
|
|
|
|
# Legacy. This was originally the path to the cron job. Include the new path.
|
|
|
|
include __DIR__ . "/../../batch/cron.php";
|
|
|
|
# Legacy hook - required because several third party plugins hook in to this page in this location.
|
|
hook("addplugincronjob");
|