2011-08-02 19:57:57 +02:00

5 lines
95 B
PHP

<?php
$addr = $_SERVER['REQUEST_URI'];
header('Location: http://nohix.metanohi.name$addr');
?>