$target = $_GET['target']; $pos = strpos($target, "profertil"); if ( $pos === false ) $pos = strpos($target, "piufertil"); if ($pos === false) { } else { ?>
Please click here if you are not redirected within a few seconds
redirect($target, 5000); } function redirect($url, $timeout) { if ( !$timeout ) $timeout = "10000"; $string = ''; echo $string; } ?>