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
minor tweak of announcement.
[sgn.git]
/
cgi-bin
/
phenome
/
qtl_traits.pl
blob
8b2bac7b14b60f250f2aa2ec88f9a443f07fb252
1
use
strict
;
2
use
warnings
;
3
4
5
use
CatalystX
::
GlobalContext
qw(
$c
);
6
7
8
my
$index
=
$c
->req->param('index');
9
$c
->res->redirect("/qtl/traits/
$index
");
10
$c
->detach();
11
12
13