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

4 lines
84 B
PHP
Raw Normal View History

<?
$url = "https://wyattjmiller.com/comingsoon.php";
header("Location: " . $url);
?>