summaryrefslogtreecommitdiff
path: root/addon
diff options
context:
space:
mode:
authorlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-10-23 19:53:51 +0000
committerlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-10-23 19:53:51 +0000
commite09e27b1ac4cd8c5bab8044c4f673b0c5829c08d (patch)
tree208a80e40ff25e0a8f20c6ba751254f1b7195c27 /addon
parent1b8b989744d75b0a9021b39c1d0e9907c5d77d0e (diff)
Win installer:
remove Berlios redirect to updated JRE, link is now hardcoded again, JRE update git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8003 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'addon')
-rw-r--r--addon/download.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/addon/download.php b/addon/download.php
index ee266e9e3..49329537a 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-6u25-windows-i586.exe
- header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=48344');
+ // jre-6u29-windows-i586.exe
+ header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=57241');
if($_GET['version'] == 64)
- // jre-6u25-windows-x64.exe
- header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=48346');
+ // jre-6u29-windows-x64.exe
+ header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=56699');
}