X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Floginout%2Flogin.html;h=b787a3eeaa8246f7da40a0aa8c950a8aacc63bfa;hp=3c6e2ae9fb337e798bcf5c645f677755f694ca8a;hb=73cc2b38c2743fd4d6f2bd0353f35ebd781f1566;hpb=df1ebf662a9fc3f89503036e0dbf6833c1b95f9e diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html index 3c6e2ae9f..b787a3eea 100644 --- a/httemplate/loginout/login.html +++ b/httemplate/loginout/login.html @@ -13,10 +13,12 @@ % } %#
+% my $uri = $r->prev->uri; +% $uri .= '?'. $r->prev->args if length( $r->prev->args ); - + - +
@@ -45,7 +47,7 @@ my %error = ( ); my $error = # $cgi->param('logout') || - $r->prev->subprocess_env("AuthCookieReason"); + $r->prev->subprocess_env('AuthCookieReason'); $error = exists($error{$error}) ? $error{$error} : $error;
Username: