mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-18 16:48:51 +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>
|
||||||
<pre>
|
<pre>
|
||||||
# Reminder Cronjob Every 7 AM
|
# Reminder Cronjob Every 7 AM
|
||||||
0 7 * * * cd {$dir} && {$php} reminder.php
|
0 7 * * * cd {$dir} && {$php} cron_reminder.php
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue