View file go.php

File size: 79B
<?php
# Беспалевный переход :)
$to = $_GET['url'];
header ("Location: $to");
?>