4 lines
64 B
PHP
4 lines
64 B
PHP
<?
|
|
$host=GetEnv("HTTP_HOST");
|
|
Header("Location: http://$host");
|
<?
|
|
$host=GetEnv("HTTP_HOST");
|
|
Header("Location: http://$host");
|