battles/i/boloto/bone/index.php

4 lines
66 B
PHP
Raw Normal View History

2018-01-28 18:40:49 +02:00
<?
$host=GetEnv("HTTP_HOST");
Header("Location: http://$host");
?>