[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Auth.pm,1.9.2.17,1.9.2.18
From: |
Finlay Thompson |
Subject: |
[Koha-cvs] CVS: koha/C4 Auth.pm,1.9.2.17,1.9.2.18 |
Date: |
Tue, 26 Nov 2002 17:47:45 -0800 |
Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv31401
Modified Files:
Tag: rel-1-2
Auth.pm
Log Message:
took out some crude
Index: Auth.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Auth.pm,v
retrieving revision 1.9.2.17
retrieving revision 1.9.2.18
diff -C2 -r1.9.2.17 -r1.9.2.18
*** Auth.pm 27 Nov 2002 00:03:07 -0000 1.9.2.17
--- Auth.pm 27 Nov 2002 01:47:43 -0000 1.9.2.18
***************
*** 224,232 ****
my $self_url = $query->url(-absolute => 1);
- # Strip userid and password parameters off the self_url variable
- # $self_url=~s/\?*userid=[^;]*;*//g;
- # $self_url=~s/\?*password=[^;]*;*//g;
$template->param(url => $self_url);
-
$template->param(\%info);
$cookie=$query->cookie(-name => 'sessionID',
--- 224,228 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Auth.pm,1.9.2.17,1.9.2.18,
Finlay Thompson <=
- Prev by Date:
[Koha-cvs] CVS: koha/opac opac-detail.pl,1.1.2.6,1.1.2.7 opac-user.pl,1.1.2.9,1.1.2.10 opac-userupdate.pl,1.1.2.5,1.1.2.6
- Next by Date:
[Koha-cvs] CVS: koha/C4 Search.pm,1.18.2.18,1.18.2.19
- Previous by thread:
[Koha-cvs] CVS: koha/opac opac-detail.pl,1.1.2.6,1.1.2.7 opac-user.pl,1.1.2.9,1.1.2.10 opac-userupdate.pl,1.1.2.5,1.1.2.6
- Next by thread:
[Koha-cvs] CVS: koha/C4 Search.pm,1.18.2.18,1.18.2.19
- Index(es):