From 0039f4794756e0a819c26a7958a501d454c7127e Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Wed, 25 Oct 2023 15:27:26 +0700 Subject: [PATCH] fix reminder.php -> cron_reminder.php --- ui/ui/app-settings.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui/app-settings.tpl b/ui/ui/app-settings.tpl index ff9ffe00..5fb0a3fd 100644 --- a/ui/ui/app-settings.tpl +++ b/ui/ui/app-settings.tpl @@ -384,7 +384,7 @@ add dst-host=*.{$_domain}
 # Reminder Cronjob Every 7 AM
-0 7 * * * cd {$dir} && {$php} reminder.php
+0 7 * * * cd {$dir} && {$php} cron_reminder.php