From ac13343f121a3e99e41d08fb9d369f9aefd514d1 Mon Sep 17 00:00:00 2001 From: lotus Date: Thu, 3 Mar 2011 20:44:53 +0000 Subject: [PATCH] jre update git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7546 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- addon/download.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addon/download.php b/addon/download.php index 4798f7ac9..4d91f636c 100644 --- a/addon/download.php +++ b/addon/download.php @@ -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'); }