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