mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Added support for multi-company to cron.php added enable_cron variable and some other tiny things
This commit is contained in:
@@ -52,6 +52,7 @@ $config_default_expense_payment_method = $row['config_default_expense_payment_me
|
||||
$config_recurring_email_auto_send = $row['config_recurring_email_auto_send'];
|
||||
|
||||
$config_api_key = $row['config_api_key'];
|
||||
$config_enable_cron = $row['config_enable_cron'];
|
||||
|
||||
$config_base_url = $row['config_base_url'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user