diff --git a/system/cron.php b/system/cron.php index bddfd923..869b06e6 100644 --- a/system/cron.php +++ b/system/cron.php @@ -44,8 +44,8 @@ if(!file_exists('orm.php')){ die("orm.php file not found"); } -if(!file_exists('uploads/notifications.json')){ - die("uploads/notifications.json file not found"); +if(!file_exists('uploads/notifications.default.json')){ + die("uploads/notifications.default.json file not found"); } require_once '../config.php'; diff --git a/system/cron_reminder.php b/system/cron_reminder.php index be879dcb..1b77aac8 100644 --- a/system/cron_reminder.php +++ b/system/cron_reminder.php @@ -44,8 +44,8 @@ if(!file_exists('orm.php')){ die("orm.php file not found"); } -if(!file_exists('uploads/notifications.json')){ - die("uploads/notifications.json file not found"); +if(!file_exists('uploads/notifications.default.json')){ + die("uploads/notifications.default.json file not found"); } require_once '../config.php';