aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-05-15 11:30:55 +0200
committerfilip <filip.komar@gmail.com>2016-05-15 11:30:55 +0200
commit7ad5d3aba6ce9c60d231948b523fb0a9f68bb190 (patch)
treea3d3d5ba4f8666a0e9a8197d12b2851a2ecd9454 /en/downloads
parentc4906389a355f9596318c8f3cd807fdef1187a77 (diff)
downloadwww-7ad5d3aba6ce9c60d231948b523fb0a9f68bb190.tar
www-7ad5d3aba6ce9c60d231948b523fb0a9f68bb190.tar.gz
www-7ad5d3aba6ce9c60d231948b523fb0a9f68bb190.tar.bz2
www-7ad5d3aba6ce9c60d231948b523fb0a9f68bb190.tar.xz
www-7ad5d3aba6ce9c60d231948b523fb0a9f68bb190.zip
remuve duplicate and confusing variable
Diffstat (limited to 'en/downloads')
-rw-r--r--en/downloads/lib.php31
1 files changed, 0 insertions, 31 deletions
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 = <<<T
<tr%s>
<td class="name">%s</td>