From: Michael Tremer Date: Tue, 20 Aug 2013 08:39:40 +0000 (+0200) Subject: tor.cgi: Remember selected exit node country. X-Git-Tag: v2.13-core73~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3c1704453af2ec96e9c99f5f3ed8a2e0979d072;p=people%2Fms%2Fipfire-2.x.git tor.cgi: Remember selected exit node country. --- diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index a1d0ae72fe..b920724de7 100755 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -321,7 +321,13 @@ END foreach my $country_name (sort @country_names) { my $country_code = Locale::Country::country2code($country_name); $country_code = uc($country_code); - print "\n"; + print "\n"; } print <