git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7546 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 14 years ago
parent fa5b911082
commit ac13343f12

@ -17,12 +17,12 @@ $_GET['yacyrevnr'] not used yet
if ($_GET['what'] == 'jre') {
if($_GET['version'] == 32)
// jre-6u22-windows-i586.exe
header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=42733');
// jre-6u24-windows-i586.exe
header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=47364');
if($_GET['version'] == 64)
// jre-6u22-windows-x64.exe
header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=42735');
// jre-6u24-windows-x64.exe
header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=47155');
}

Loading…
Cancel
Save