4 lines
84 B
PHP
4 lines
84 B
PHP
![]() |
<?
|
||
|
$url = "https://wyattjmiller.com/comingsoon.php";
|
||
|
header("Location: " . $url);
|
||
|
?>
|