From a6283692280b1c212d0a16794819b9bd36e3497a Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Mon, 11 Apr 2016 16:56:23 +0100 Subject: [PATCH] Update PageName in config.js --- public_html/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/config.js b/public_html/config.js index 58fb673..817097b 100644 --- a/public_html/config.js +++ b/public_html/config.js @@ -120,7 +120,7 @@ SiteCirclesDistances = new Array(100,150,200); ShowClocks = false; // Controls page title, righthand pane when nothing is selected -PageName = "Piaware"; +PageName = "FlightAware dump1090"; // Show country flags by ICAO addresses? ShowFlags = true;