bug fix. Now it tests correctly if either of the tests evaluate to false or not
[sgn.git] / cgi-bin / content / sgn_data.pl
blob315bae82c0ddd548e7a833333e9b19815cd06e2b
1 use CGI ();
2 use CatalystX::GlobalContext qw( $c );
3 print CGI->new->redirect( -uri => $c->uri_for_action( '/organism/view_all' ), -status => 301 );