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 #3496 from solgenomics/topic/fix_pagination
[sgn.git]
/
cgi-bin
/
content
/
map_submissions.pl
blob
9653c4f83a31c1d271aa26a87c86d25a324eca0d
1
2
use
CGI
();
3
use
CatalystX
::
GlobalContext
qw(
$c
);
4
print CGI->new->redirect( -uri =>
$c
->uri_for_action( '/cview/map_submission' )->relative(), -status => 301 );
5
6