mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
Fix expiration date at view user
This commit is contained in:
parent
d51edefc10
commit
cad57760bd
2 changed files with 6 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
</li>
|
||||
<li class="list-group-item">
|
||||
{$_L['Expires_On']} <span
|
||||
class="pull-right">{Lang::dateTimeFormat($package['expiration']+' '+$package['time'])}</span>
|
||||
class="pull-right">{Lang::dateAndTimeFormat($package['expiration'], $package['time'])}</span>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
{$package['routers']} <span class="pull-right">{$package['method']}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue