Files
hpr_hub/hub/index.php
Roan Horning 4d51954c3c 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.
2025-09-30 23:22:04 -04:00

4 lines
58 B
PHP

<?php
header("location:${hubBaseurl}calendar.php");
?>