consolidate php

This commit is contained in:
2025-12-09 00:20:32 +00:00
parent a7b6c529a9
commit eba6536050
44 changed files with 3458 additions and 4911 deletions

View File

@@ -255,7 +255,7 @@
}
function main() {
fetchWeatherData('https://wx.stoat.org/nws.php?officestats11', function(weatherdata) {
fetchWeatherData('https://wx.stoat.org/main.php?service=nws&officestats', function(weatherdata) {
if (weatherdata) {
const jsonData = weatherdata;
const { dates, offices, officeDateMap, titleBreakdownMap } = processData(jsonData);