<?php require_once 'HTTP.php'; if (isset($_GET['PHPSESSID'])) HTTP::redirect('?url='. urlencode($_GET['url'])); HTTP::redirect($_GET['url']); ?>