Compare commits

..

No commits in common. "2058f14c391db215c145d6332fd825658998bc9d" and "f1994c095d8b4c5f356d5b95bd4591585f2f56e5" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,4 @@
<?php
$config = [
'page_title' => 'Route 8 - Stow' //html page title
];
@ -12,7 +11,4 @@ $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
?>

View File

@ -12,7 +12,6 @@ require("config.php");
var camList = <?=json_encode($camList, JSON_UNESCAPED_SLASHES);?>;
</script>
<script src="script.js"></script>
<?=($analytics_id != '') ? "<script async src='https://ping.ericfawcett.com/pong.js' data-ackee-server='https://ping.ericfawcett.com' data-ackee-domain-id='$analytics_id'></script>":''; ?>
</head>
<body>
<div class="grid-container">