window.onload=function(){ window.location='" . htmlspecialchars($_GET['url']) . "'; } "; // Display redirecting msg on screen. printf(__('Taking you to %s.'), htmlspecialchars($_GET['url'])); } die(); ?>