Files
wyattjmiller.com/src/school/mkt201paper.php

4 lines
108 B
PHP
Raw Normal View History

<?
2019-12-10 17:28:10 -05:00
$url = "https://wyattjmiller.com/assets/W.Miller_MarketingPaper_v3.docx";
header("Location: " . $url);
?>