0 ? (time() - $cronLastRun) : -1; $cronActive = ($cronAge >= 0 && $cronAge < 90); $cronLoop = defined('CRON_LOOP_SECONDS') ? (int) CRON_LOOP_SECONDS : 300; $cronTick = defined('CRON_TICK_SECONDS') ? (int) CRON_TICK_SECONDS : 60; $cronKey = defined('CRON_KEY') ? (string) CRON_KEY : ''; $cronPath = realpath(__DIR__ . '/../../cron.php'); $cronCmd = $cronPath ? '*/5 * * * * /usr/local/bin/php ' . $cronPath . ' >> ' . dirname(dirname($cronPath)) . '/cron.log 2>&1' : ''; ?>