repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix problem with changing of the plot/accessions when no other selections have yet...
[sgn.git]
/
cgi-bin
/
search
/
quick_search.pl
blob
d602d4618f7ce31dd41443dc2acedbfabd081c41
1
use
strict
;
2
use
warnings
;
3
use
CGI
();
4
print
CGI
->
new
->
redirect
( -
uri
=>
'/search/quick?'
.
$ENV
{
QUERY_STRING
}, -
status
=>
301
);
5