mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
fix reminder.php -> cron_reminder.php
This commit is contained in:
parent
c2f1f07cfc
commit
0039f47947
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue