Skip to content
Snippets Groups Projects
Commit 9ff552cc authored by Prasad's avatar Prasad
Browse files

Merge branch 'workflow-cron-task-id-159979638' into 'master'

Fix: Cronjobs not executing

See merge request !1254
parents ed89de62 5f5d324f
No related branches found
No related tags found
1 merge request!1254Fix: Cronjobs not executing
......@@ -11,6 +11,10 @@
/**
* Start the cron services configured.
*/
// Extended inclusions
require_once 'vendor/autoload.php';
include_once 'vtlib/Vtiger/Cron.php';
require_once 'config.inc.php';
require_once('modules/Emails/mail.php');
......@@ -19,8 +23,6 @@ if (file_exists('config_override.php')) {
include_once 'config_override.php';
}
// Extended inclusions
require_once 'vendor/autoload.php';
vimport ('includes.runtime.EntryPoint');
$site_URLArray = explode('/',$site_URL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment