From 5552b0c89cf71b9b847f9c424255255c40c59877 Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 5 Jun 2016 14:48:24 +0200 Subject: improve mirrorlist function + it now returns a shuffled list of ten mirrors with priority: within the country, then continent and others + exclude source server (distrib-coffee.ipsl.jussieu.fr) to drop it's DL load as a first choice in ISO and doc DL page and entirely from mirrorlist + some small bugfixes noted during testing + added some small code doc parts + some small code style polish --- en/downloads/get/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'en/downloads') diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index 4583b82f3..34826e7b9 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -34,6 +34,7 @@ */ require 'lib.php'; +require_once '../../../lib/mga_geoip.php'; // request $product = get('q'); -- cgit v1.2.1