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:
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
header('location:https://hub.hackerpublicradio.org/calendar.php');
|
||||
header("location:${hubBaseurl}calendar.php");
|
||||
?>
|
||||
|
Reference in New Issue
Block a user