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