Update files to use $hubBaseurl

Remove hard coded references to hub.hackerpublicradio.org to allow hub to be run on different servers and make testing locally possible.
This commit is contained in:
2025-09-30 23:22:04 -04:00
parent 2609ee5710
commit 4d51954c3c
5 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
<?php
header('location:https://hub.hackerpublicradio.org/calendar.php');
header("location:${hubBaseurl}calendar.php");
?>