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~19^2~8^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26cce22da0ffd9b861e6734e943238bc9a2b512c;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 <