From 7ad5d3aba6ce9c60d231948b523fb0a9f68bb190 Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 15 May 2016 11:30:55 +0200 Subject: remuve duplicate and confusing variable --- en/downloads/lib.php | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'en/downloads') diff --git a/en/downloads/lib.php b/en/downloads/lib.php index d7b5e868c..39a2ff8f9 100644 --- a/en/downloads/lib.php +++ b/en/downloads/lib.php @@ -4,37 +4,6 @@ $prods = parse_ini_file('downloads.ini', true); -$countries = array( - 'AR' => 'Argentina', - 'AU' => 'Australia', - 'BE' => 'Belgique', - 'BR' => 'Brasil', - 'BY' => 'Беларусь', // Belarus - 'CA' => 'Canada', - 'CH' => 'Switzerland', - 'CN' => 'China', - 'CZ' => 'Czechia', - 'DE' => 'Deutschland', - 'ES' => 'España', - 'FR' => 'France', - 'GB' => 'Great Britain', - 'GR' => 'Greece', - 'GT' => 'Guatemala', - 'ID' => 'Indonesia', - 'IT' => 'Italia', - 'JP' => 'Japan', - 'NC' => 'Nouvelle-Calédonie', - 'NL' => 'Nederlands', - 'PL' => 'Polska', - 'RU' => 'Россия', - 'SE' => 'Sverige', - 'TR' => 'Türkiye', - 'TW' => 'Taiwan', - 'UK' => 'the UK', - 'US' => 'the USA', - 'ZA' => 'South Africa' -); - $tmpl = << %s -- cgit v1.2.1