5 lines
89 B
PHP
5 lines
89 B
PHP
|
<?php
|
||
|
$addr = $_SERVER['REQUEST_URI'];
|
||
|
header('Location: http://metanohi.name$addr');
|
||
|
?>
|