View file PF.Base/module/admincp/template/default/controller/cron/index.html.php

File size: 429B
<?php
defined('PHPFOX') or exit('NO DICE!');
?>
<div class="table_header">
    {_p var="PATH for setting up cron jobs"}:
</div>
<div class="well well-lg">
    <pre>
        {$cron_dir}
    </pre>
</div>

<div class="well well-lg">
    {_p var="Copy the PATH then follow the instruction at <a target=\"_blank\" href=\"https://docs.phpfox.com/display/FOX4MAN/Setup+Cron\">here</a> to set up cron jobs for your phpFox site."}
</div>