summaryrefslogtreecommitdiff
path: root/addon/download.php
diff options
context:
space:
mode:
authorlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-10-30 08:49:39 +0000
committerlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-10-30 08:49:39 +0000
commit2db6ca81044117eb4452e2d3034f33e78aa646fe (patch)
treeb3c9fc0f88c6294e1bcf17a54e7e30cccbfa7069 /addon/download.php
parent482127e777dd715157b430646038beb3d9c83940 (diff)
- do not allow user to disable java installation
- java version update - build cleanup git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7284 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 944b95d79..4798f7ac9 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-6u21-windows-i586.exe
- header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=41724');
+ // jre-6u22-windows-i586.exe
+ header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=42733');
if($_GET['version'] == 64)
- // jre-6u21-windows-x64.exe
- header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=41293');
+ // jre-6u22-windows-x64.exe
+ header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=42735');
}