diff options
author | filip <filip.komar@gmail.com> | 2016-05-15 11:30:55 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-05-15 11:30:55 +0200 |
commit | 7ad5d3aba6ce9c60d231948b523fb0a9f68bb190 (patch) | |
tree | a3d3d5ba4f8666a0e9a8197d12b2851a2ecd9454 /en | |
parent | c4906389a355f9596318c8f3cd807fdef1187a77 (diff) | |
download | www-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')
-rw-r--r-- | en/downloads/lib.php | 31 |
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> |