From eac5a53e9ededf6efba189b7b26880dd222f9d62 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 29 Mar 2022 13:04:02 -0400 Subject: [PATCH] Fix Var name in Cron --- cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.php b/cron.php index ae75c47b..0b30aa70 100644 --- a/cron.php +++ b/cron.php @@ -46,7 +46,7 @@ while($row = mysqli_fetch_array($sql_companies)){ if($config_enable_cron == 1){ - if($config_backups_enable == 1){ + if($config_backup_enable == 1){ // DATABASE BACKUP // This needs to be set to the full file sytem path or else when cron runs php it will break cron.php and cron will not run properly //$backup_dir = "backups/";