[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.3.2.4,1.3.2.5
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.3.2.4,1.3.2.5 |
Date: |
Mon, 09 Dec 2002 13:05:33 -0800 |
Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv16981/circ
Modified Files:
Tag: rel-1-2
selectbranchprinter.pl
Log Message:
Added checkauth call to top of all intranet scripts. This will allow
installations to choose to use basic authentication or Auth.pm to protect the
intranet side of Koha. Note that all scripts require superlibrarian access by
default.
Index: selectbranchprinter.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/selectbranchprinter.pl,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -C2 -r1.3.2.4 -r1.3.2.5
*** selectbranchprinter.pl 29 Oct 2002 16:48:52 -0000 1.3.2.4
--- selectbranchprinter.pl 9 Dec 2002 21:05:01 -0000 1.3.2.5
***************
*** 42,45 ****
--- 42,52 ----
my %env;
my $query=new CGI;
+
+ # Authentication script added, superlibrarian set as default requirement
+
+ my $flagsrequired;
+ $flagsrequired->{superlibrarian}=1;
+ my ($loggedinuser, $cookie, $sessionID) = checkauth($query, 0,
$flagsrequired);
+
my $branches=getbranches(\%env);
my $printers=getprinters(\%env);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.3.2.4,1.3.2.5,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha/acqui acquire.pl,1.2.2.2,1.2.2.3 addorder.pl,1.3.2.2,1.3.2.3 basket.pl,1.2.2.1,1.2.2.2 finishreceive.pl,1.1.1.1.2.2,1.1.1.1.2.3 modorders.pl,1.1.1.1.2.1,1.1.1.1.2.2 newbasket.pl,1.1.1.1.2.2,1.1.1.1.2.3 newbasket2.pl,1.1.1.1.2.2,1.1.1.1.2.3 newbiblio.pl,1.2.2.3,1.2.2.4 order.pl,1.1.1.1.2.1,1.1.1.1.2.2 receive.pl,1.1.1.1.2.3,1.1.1.1.2.4 recieveorder.pl,1.1.1.1.2.1,1.1.1.1.2.2 supplier.pl,1.1.1.1.2.1,1.1.1.1.2.2 updatesupplier.pl,1.1.1.1.2.1,1.1.1.1.2.2
- Next by Date:
[Koha-cvs] CVS: koha/maint catmaintain.pl,1.3,1.3.2.1 shiftbib.pl,1.1,1.1.2.1
- Previous by thread:
[Koha-cvs] CVS: koha/acqui acquire.pl,1.2.2.2,1.2.2.3 addorder.pl,1.3.2.2,1.3.2.3 basket.pl,1.2.2.1,1.2.2.2 finishreceive.pl,1.1.1.1.2.2,1.1.1.1.2.3 modorders.pl,1.1.1.1.2.1,1.1.1.1.2.2 newbasket.pl,1.1.1.1.2.2,1.1.1.1.2.3 newbasket2.pl,1.1.1.1.2.2,1.1.1.1.2.3 newbiblio.pl,1.2.2.3,1.2.2.4 order.pl,1.1.1.1.2.1,1.1.1.1.2.2 receive.pl,1.1.1.1.2.3,1.1.1.1.2.4 recieveorder.pl,1.1.1.1.2.1,1.1.1.1.2.2 supplier.pl,1.1.1.1.2.1,1.1.1.1.2.2 updatesupplier.pl,1.1.1.1.2.1,1.1.1.1.2.2
- Next by thread:
[Koha-cvs] CVS: koha/maint catmaintain.pl,1.3,1.3.2.1 shiftbib.pl,1.1,1.1.2.1
- Index(es):