5 lines
66 B
PHP
5 lines
66 B
PHP
|
<?PHP
|
||
|
header("Location: https://".$_SERVER['HTTP_HOST']."/");
|
||
|
?>
|
||
|
|