fix reminder.php -> cron_reminder.php

This commit is contained in:
Ibnu Maksum 2023-10-25 15:27:26 +07:00
parent c2f1f07cfc
commit 0039f47947
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -384,7 +384,7 @@ add dst-host=*.{$_domain}</pre>
</pre>
<pre>
# Reminder Cronjob Every 7 AM
0 7 * * * cd {$dir} && {$php} reminder.php
0 7 * * * cd {$dir} && {$php} cron_reminder.php
</pre>
</div>
</div>