Skip to content

vt7 - Expects run in CLI

In file vtigercron.php line 42, vtiger cron run expects server running in "CLI" mode

if(PHP_SAPI === "cli" || (isset($_SESSION["authenticated_user_id"]) &&	isset($_SESSION["app_unique_key"]) && $_SESSION["app_unique_key"] == $application_unique_key)){