Small changes, fixed rare timezone issue

Fixed error: “date(): It is not safe to rely on the system's timezone
settings…”
This commit is contained in:
Wruczek
2016-10-12 21:57:49 +02:00
parent ac2a64fa6d
commit ca6a719247
5 changed files with 8 additions and 4 deletions

View File

@ -55,7 +55,7 @@ if (is_null($banlist)) {
</div>
<div class="panel-footer">
<?php tl($lang["banlist"]["lastupdate"], [$banlist[1]]); ?><!-- <span style="float: right">Podgląd odświerza się co 60 sekund</span> -->
<?php tl($lang["banlist"]["lastupdate"], [$banlist[1]]); ?><!-- <span style="float: right">Podgląd odświeża się co 60 sekund</span> -->
</div>
</div>