battles/i/boloto/chat/index.php
2018-01-28 18:40:49 +02:00

4 lines
66 B
PHP

<?
$host=GetEnv("HTTP_HOST");
Header("Location: http://$host");
?>