Files
resourcespace/pages/tools/cron_copy_hitcount.php
2025-07-18 16:20:14 +07:00

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");