[Bps-public-commit] r10902 - RT-Authen-Bitcard/html/Callbacks/Bitcard/Elements/Header
ruz at bestpractical.com
ruz at bestpractical.com
Wed Feb 20 12:37:26 EST 2008
Author: ruz
Date: Wed Feb 20 12:37:25 2008
New Revision: 10902
Modified:
RT-Authen-Bitcard/html/Callbacks/Bitcard/Elements/Header/Default
Log:
* use everywhere the same return URL so we don't have to put multiple URLs for the same site
Modified: RT-Authen-Bitcard/html/Callbacks/Bitcard/Elements/Header/Default
==============================================================================
--- RT-Authen-Bitcard/html/Callbacks/Bitcard/Elements/Header/Default (original)
+++ RT-Authen-Bitcard/html/Callbacks/Bitcard/Elements/Header/Default Wed Feb 20 12:37:25 2008
@@ -3,7 +3,7 @@
my $bc = Authen::Bitcard->new;
die 'No Bitcard auth token provided as $BitcardToken in the RT configuration file on this server' unless $RT::BitcardToken;
$bc->token($RT::BitcardToken);
- my $account_url = $bc->account_url( r => $RT::WebURL );
+ my $account_url = $bc->account_url( r => $RT::WebURL . 'index.html' );
</%INIT>
% if ($session{'BitcardUser'}) {
More information about the Bps-public-commit
mailing list