Fix Var name in Cron

This commit is contained in:
johnnyq 2022-03-29 13:04:02 -04:00
parent 8c98163e1c
commit eac5a53e9e
1 changed files with 1 additions and 1 deletions

View File

@ -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/";