summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2020-02-04 13:13:21 +0000
committerLuke Bratch <luke@bratch.co.uk>2020-02-04 13:13:21 +0000
commit8cedbdd893c88e0fec75f6694752791e3994bcba (patch)
tree2de7e22a157d132b961b8659cf7cf3a9ff4a352c /index.php
parent50f793bfd8bbdf4212fc85144b1e85b65dd13415 (diff)
Jersey Met no longer lists Visibility or Sea State on the first page.
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/index.php b/index.php
index 049a656..b17f96d 100644
--- a/index.php
+++ b/index.php
@@ -91,9 +91,7 @@ if (!$nightmode) {
echo "<strong>Min:</strong> $temp[0], <strong>Cur:</strong> $temp[1]<br><br>\n";
}
echo "<strong>Summary:</strong> $misc[0]<br><br>\n";
-echo "<strong>Visibility:</strong> $misc[1]<br><br>\n";
-echo "<strong>Wind:</strong> $misc[2]<br><br>\n";
-echo "<strong>Sea state:</strong> $misc[3]</p>\n\n";
+echo "<strong>Wind:</strong> $misc[1]<br><br>\n";
echo "<h2>Tomorrow</h2>\n\n";
echo "<p><em>$valid[1]</em><br><br>\n";
@@ -102,8 +100,8 @@ if (!$nightmode) {
} else {
echo "<strong>Max</strong>: $temp[2], <strong>Min</strong>: $temp[3]<br><br>\n";
}
-echo "<strong>Summary:</strong> $misc[4]<br><br>\n";
-echo "<strong>Wind:</strong> $misc[5]</p>";
+echo "<strong>Summary:</strong> $misc[2]<br><br>\n";
+echo "<strong>Wind:</strong> $misc[3]</p>";
?>