"; // print "Target \"{$to}\"
"; // Please do NOT delete any of these redirects. Even if you take them // out of JunkBuster, they may be in use by older releases. // Note 2: Should *not* include #target part in these URLs. // (It works with MS IE, but is not valid HTTP.) switch($to) { case "faq": // Used by 2.9.0+ header ("Location: http://www.junkbusters.com/ht/en/ijb2faq.html"); exit; case "option": // Used by 2.9.0+ // Config file options // called as redirect.php?v=X.X.X&to=option#optionname header ("Location: http://www.junkbusters.com/ht/en/ijb2man.html"); exit; case "win": // Used by 2.9.0+ on WIN32 header ("Location: http://www.junkbusters.com/ht/en/ijbwin.html"); exit; // case "home": // // Currently hard-wired into the code. // header ("Location: http://ijbswa.sourceforge.net/"); // exit; // case "gpl": // // Currently hard-wired into the code. // header ("Location: http://www.fsf.org/copyleft/gpl.html"); // exit; default: header ("Location: http://ijbswa.sourceforge.net/"); exit; } exit; ?>