Committer: azateev
LJSUP-12812 Remove exclusive ads link for Belorussian usersU trunk/cgi-bin/LJ/SUP.pm
Modified: trunk/cgi-bin/LJ/SUP.pm =================================================================== --- trunk/cgi-bin/LJ/SUP.pm 2012-07-04 07:32:48 UTC (rev 12220) +++ trunk/cgi-bin/LJ/SUP.pm 2012-07-04 08:58:15 UTC (rev 12221) @@ -182,10 +182,7 @@ my ($url, $ml_key); my ($ip_class, $country) = LJ::GeoLocation->ip_class(); - if ($country eq 'BY') { - $url = "http://www.rgmedia.by/lj.html"; - $ml_key = 'web.ads.advertisement_by'; - } elsif ($country eq 'UA') { + if ($country eq 'UA') { $url = "http://www.fish-ua.com/"; $ml_key = 'web.ads.advertisement_ua'; } else {