aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2017-10-25 23:12:22 +0200
committerfilip <filip.komar@gmail.com>2017-10-25 23:12:22 +0200
commitca8f95e599b2a1934502688cc77f9925fbdf75a1 (patch)
tree1e26c05b9ea283b40a3e78a81f78083721805a42
parent94f402a553537c805746d990df6c7ae9beab6541 (diff)
downloadwww-ca8f95e599b2a1934502688cc77f9925fbdf75a1.tar
www-ca8f95e599b2a1934502688cc77f9925fbdf75a1.tar.gz
www-ca8f95e599b2a1934502688cc77f9925fbdf75a1.tar.bz2
www-ca8f95e599b2a1934502688cc77f9925fbdf75a1.tar.xz
www-ca8f95e599b2a1934502688cc77f9925fbdf75a1.zip
add some country mirrors
-rw-r--r--en/downloads/get/lib.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/en/downloads/get/lib.php b/en/downloads/get/lib.php
index 5894ad902..7f720cb08 100644
--- a/en/downloads/get/lib.php
+++ b/en/downloads/get/lib.php
@@ -9,7 +9,7 @@
* @link http://www.mageia.org/
*
*/
-
+// _r('');
// note, we use geographical country names
$countries = array(
'AR' => 'Argentina',
@@ -31,6 +31,7 @@ $countries = array(
'GR' => 'Ελλάδα - Greece',
'GT' => 'Guatemala',
'ID' => 'Indonesia',
+ 'IL' => 'Israel',
'IT' => 'Italia',
'JP' => '日本国 - Japan',
'NC' => 'Nouvelle-Calédonie',
@@ -44,6 +45,7 @@ $countries = array(
'UA' => 'Ukraine',
'UK' => 'the UK',
'US' => 'the USA',
+ 'VN' => 'Vietnam',
'ZA' => 'South Africa'
);