4 lines
108 B
PHP
4 lines
108 B
PHP
<?
|
|
$url = "https://wyattjmiller.com/assets/W.Miller_MarketingPaper_v3.docx";
|
|
header("Location: " . $url);
|
|
?>
|