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

@ -42,7 +42,7 @@ function getViewer() {
<?php echo $tsviewer[0]; ?>
</div>
<div class="panel-footer">
<?php tl($lang["viewer"]["lastupdate"], [$tsviewer[1]]); ?><!-- <span style="float: right">Podgląd odświerza się co 30 sekund</span> -->
<?php tl($lang["viewer"]["lastupdate"], [$tsviewer[1]]); ?><!-- <span style="float: right">Podgląd odświeża się co 30 sekund</span> -->
</div>
</div>