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
Merge pull request #5243 from solgenomics/topic/observations_upload_catch_error
[sgn.git]
/
cgi-bin
/
help
/
qtl_search_help.pl
blob
651fb93b999acd5828f31a1d9b354e7a502ed38c
1
2
use
CatalystX
::
GlobalContext
qw(
$c
);
3
4
$c
->res->redirect('/search/qtl/help', 301);
5
$c
->detach();