Committer: gprochaev
LJSUP-8927. Redirect to ONTD info page from create account pageU trunk/cgi-bin/Apache/WURFL.pm
Modified: trunk/cgi-bin/Apache/WURFL.pm =================================================================== --- trunk/cgi-bin/Apache/WURFL.pm 2011-05-31 06:34:23 UTC (rev 19176) +++ trunk/cgi-bin/Apache/WURFL.pm 2011-05-31 06:34:52 UTC (rev 19177) @@ -156,6 +156,10 @@ return '' if $flag eq 'yes'; } + if ($args =~ /mobileredirect=no/) { + return ''; + } + # If we get cookie 'fullversion=yes', don't redirect. if ($cookie eq 'yes') { return '';