window.onload=function(){ window.location='" , PMA_escapeJsString($_REQUEST['url']) , "'; } "; // Display redirecting msg on screen. // Do not display the value of $_REQUEST['url'] to avoid showing injected content echo __('Taking you to the target site.'); } die();