From 5e2d38ef190a69c49862a3669e0693f422105ebe Mon Sep 17 00:00:00 2001 From: pca Date: Sat, 30 Apr 2011 19:32:07 +0000 Subject: Windows Installer: - fix for firewall Vista/Win7 - update to JRE 1.6 u25 - TODO: fix for firewall WinXP and setting for uPnP (Port 1900) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7689 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- addon/download.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'addon/download.php') diff --git a/addon/download.php b/addon/download.php index 4d91f636c..e1c902fb3 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-6u24-windows-i586.exe - header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=47364'); + // jre-6u25-windows-i586.exe + header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=48343'); if($_GET['version'] == 64) - // jre-6u24-windows-x64.exe - header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=47155'); + // jre-6u25-windows-x64.exe + header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=48346'); } -- cgit v1.2.3