mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
change current_time to current_date
This commit is contained in:
parent
723e99ebed
commit
05b681df47
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
|||
</div>
|
||||
{/if}
|
||||
{if $run_date}
|
||||
{if $current_time - $run_time > 3600}
|
||||
{if $current_date - $run_time > 3600}
|
||||
<div class="panel panel-warning panel-hovered mb20 activities">
|
||||
<div class="panel-heading"><i class="fa fa-clock-o"></i> {Lang::T('Cron has not run for over 1 hour. Please
|
||||
check your setup.')}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue