projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
continue sales person work: customer and package selection, commissions, reporting...
[freeside.git]
/
httemplate
/
elements
/
handle_uri_query
1
<%init>
2
if ( $cgi->param('redirect') ) {
3
my $session = $cgi->param('redirect');
4
my $pref = $FS::CurrentUser::CurrentUser->option("redirect$session");
5
die "unknown redirect session $session\n" unless length($pref);
6
$cgi = new CGI($pref);
7
}
8
</%init>