summaryrefslogtreecommitdiff
path: root/addon/download.php
diff options
context:
space:
mode:
authorlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-03-03 20:44:53 +0000
committerlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-03-03 20:44:53 +0000
commitac13343f121a3e99e41d08fb9d369f9aefd514d1 (patch)
tree2aaafb6617e4e610f10d2bfc9896688ec04907c5 /addon/download.php
parentfa5b911082a9e0dae494bfb1ba36d39ad657fab3 (diff)
jre update
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7546 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'addon/download.php')
-rw-r--r--addon/download.php8
1 files 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');
}