equal
deleted
inserted
replaced
24 <div style="float: right;"> |
24 <div style="float: right;"> |
25 <p> |
25 <p> |
26 <?php |
26 <?php |
27 $tz_display = str_replace('_', ' ', str_replace('/', ': ', $tz)); |
27 $tz_display = str_replace('_', ' ', str_replace('/', ': ', $tz)); |
28 echo 'Time zone: ' . $tz_display . ' [<a href="changetz.php">change</a>]<br />'; |
28 echo 'Time zone: ' . $tz_display . ' [<a href="changetz.php">change</a>]<br />'; |
29 echo '<small>The time now is ' . date('H:i:s') . '.<br />Statistics last written to disk at ' . date('H:i:s', filemtime('../stats-data.php')) . '.</small>'; |
29 echo '<small>The time now is ' . date('H:i:s') . '.<br />Statistics last written to disk at ' . date('H:i:s', stats_last_updated()) . '.</small>'; |
30 ?> |
30 ?> |
31 </p> |
31 </p> |
32 <p> |
32 <p> |
33 <big><b>Channels:</b></big><br /> |
33 <big><b>Channels:</b></big><br /> |
34 <?php |
34 <?php |