<?php IF (GET('url') && $url = @URLDECODE(GET('url'))) { IF ($url){ HEADER('Location: '.$url); EXIT; } }?>