From e3c1704453af2ec96e9c99f5f3ed8a2e0979d072 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 20 Aug 2013 10:39:40 +0200 Subject: [PATCH] tor.cgi: Remember selected exit node country. --- html/cgi-bin/tor.cgi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index a1d0ae72f..b920724de 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 <