bug fix. Now it tests correctly if either of the tests evaluate to false or not
[sgn.git] / cgi-bin / search / quick_search.pl
blobd602d4618f7ce31dd41443dc2acedbfabd081c41
1 use strict;
2 use warnings;
3 use CGI ();
4 print CGI->new->redirect( -uri => '/search/quick?'.$ENV{QUERY_STRING}, -status => 301 );