koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Auth.pm,1.27,1.28


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4 Auth.pm,1.27,1.28
Date: Wed, 11 Jun 2003 11:40:56 -0700

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv16375

Modified Files:
        Auth.pm 
Log Message:
Increased default inactivity timeout from 2 minutes to 5 minutes.


Index: Auth.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Auth.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** Auth.pm     5 May 2003 15:00:56 -0000       1.27
--- Auth.pm     11 Jun 2003 18:40:53 -0000      1.28
***************
*** 200,204 ****
        my $dbh = C4::Context->dbh;
        my $timeout = C4::Context->preference('timeout');
!       $timeout = 120 unless $timeout;
  
        my $template_name;
--- 200,204 ----
        my $dbh = C4::Context->dbh;
        my $timeout = C4::Context->preference('timeout');
!       $timeout = 600 unless $timeout;
  
        my $template_name;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]