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.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<?php
|
||||
header("location:${hubBaseurl}calendar.php");
|
||||
?>
|
||||
<meta name="referrer" content="<?php ${referrerurl} ?>">
|
||||
|
||||
|
Reference in New Issue
Block a user