diff --git a/config.php b/config.php index e2bcaf9..36265cd 100644 --- a/config.php +++ b/config.php @@ -1,4 +1,5 @@ 'Route 8 - Stow' //html page title ]; @@ -11,4 +12,7 @@ $camList = [ //list of cam titles and urls - currently must be 6 ['Barlow Rd', 'https://itscameras.dot.state.oh.us/images/CLE/CLE044-L.jpg'], ['SR 303', 'https://itscameras.dot.state.oh.us/images/CLE/CLE013-L.jpg'] ]; + +$analytics_id = "f555d43e-3a6b-4960-b356-e389fb67dbac"; //for use with ping.ericfawcett.com + ?> \ No newline at end of file diff --git a/index.php b/index.php index 6abf6b3..8e03e88 100644 --- a/index.php +++ b/index.php @@ -12,6 +12,7 @@ require("config.php"); var camList = =json_encode($camList, JSON_UNESCAPED_SLASHES);?>; + =($analytics_id != '') ? "":''; ?>