summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-27 21:12:00 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-27 21:12:00 +0545
commit41fa31bc11dc51fc2bd2d4f500010c79ad3e0a2c (patch)
tree4af9217431157c29cd5927b79b256fced7e3c20f /src
parenteaf03b3d61f885ea64933dcd8e1964c676c4bf58 (diff)
downloadpfsense-41fa31bc11dc51fc2bd2d4f500010c79ad3e0a2c.zip
pfsense-41fa31bc11dc51fc2bd2d4f500010c79ad3e0a2c.tar.gz
status_ntpd missing start php
This seems to be the only missing bit here. I think it would only cause a noticeable UI problem if isset($gps_alt). If you have a system with a real GPS that has altitude, then please test! There is also a bunch of formatting issues in this file - things that are not on tab stops... After this real bug is fixed I will then make a PR to sort out the white-space.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/status_ntpd.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/status_ntpd.php b/src/usr/local/www/status_ntpd.php
index f887c53..3f163df 100644
--- a/src/usr/local/www/status_ntpd.php
+++ b/src/usr/local/www/status_ntpd.php
@@ -295,7 +295,8 @@ if (($gps_ok) && ($gps_lat) && ($gps_lon)):
<td>
<?=$gps_alt . ' ' . $gps_alt_unit?>
</td>
- }
+ <?php
+ }
if (isset($gps_sat) || isset($gps_satview)) { ?>
<td class="text-center"> <?php
OpenPOWER on IntegriCloud