Files
hpr_hub/hub/redirect.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

8 lines
176 B
PHP

<?php
# request.php > request_confirm.php > upload.php > upload_confirm.php
#require "/home/hpr/php/include.php";
?>
<?php
header("location:${hubBaseurl}calendar.php");
?>