X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=login.pl;h=376ea98bf070db17986a63942101fc956a70a5a3;hb=7f3f9357ad07f164aae4c2ca01a7ab86828746ae;hp=c1d4df4065afe8906dac25191ca02ecd29c63743;hpb=d319704a66e9be64da837ccea10af6774c2b0838;p=kivitendo-erp.git diff --git a/login.pl b/login.pl index c1d4df406..376ea98bf 100755 --- a/login.pl +++ b/login.pl @@ -97,9 +97,6 @@ Invalid path!\n"; $form{terminal} = "mozilla"; } - if ($ENV{HTTP_USER_AGENT} =~ /lynx/i) { - $form{terminal} = "lynx"; - } } else { if ($ENV{TERM} =~ /xterm/) { $form{terminal} = "xterm";