diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-05-06 22:20:40 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-05-06 22:20:40 -0700 |
commit | 5c898c621e1343f8c116a75ca3131eb78229e09b (patch) | |
tree | a7f6bff5d35146d12d7d3043ec44ed99f21edc5c | |
parent | e62544064299324ab04abae64cc33afef12a24aa (diff) |
fix login css for all paths, RT#21563
-rw-r--r-- | httemplate/loginout/login.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html index a67ea4b58..d06d0a8fc 100644 --- a/httemplate/loginout/login.html +++ b/httemplate/loginout/login.html @@ -50,8 +50,7 @@ my $error = # $cgi->param('logout') || $error = exists($error{$error}) ? $error{$error} : $error; -#my $url_string = CGI->new->url; -my $url_string = $cgi->url; +my $url_string = $r->uri; #fake a freeside path for /login so we get our .css. shrug $url_string =~ s/login$/freeside\/login/ unless $url_string =~ /freeside\//; |