Files
hpr_hub/hub/index.php
Roan Horning fbac9f923d Update files to use global $referrerurl variable
If possible, capture the referring URL to use in links to static website pages. This way when coming from a distributed HPR website and not hackerpublicradio.com, clicking on a page link will return you to the original domain.
2025-09-30 23:32:20 -04:00

6 lines
117 B
PHP

<?php
header("location:${hubBaseurl}calendar.php");
?>
<meta name="referrer" content="<?php ${referrerurl} ?>">