mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
DB Structure Updated 2 new settings config_backup_enable and config_backup_path. This is to fix an issue where not specifying the full backup path would cause cron to error out and not run completely
This commit is contained in:
@@ -71,6 +71,10 @@ $config_stripe_enable = $row['config_stripe_enable'];
|
||||
$config_stripe_publishable = $row['config_stripe_publishable'];
|
||||
$config_stripe_secret = $row['config_stripe_secret'];
|
||||
|
||||
// Backups
|
||||
$config_backup_enable = $row['config_backup_enable'];
|
||||
$config_backup_path = $row['config_backup_path'];
|
||||
|
||||
// Currency
|
||||
|
||||
$config_currency_format = "US_en";
|
||||
|
||||
Reference in New Issue
Block a user