[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/sec writeoff.pl,1.3,1.3.2.1
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/sec writeoff.pl,1.3,1.3.2.1 |
Date: |
Mon, 09 Dec 2002 13:05:06 -0800 |
Update of /cvsroot/koha/koha/sec
In directory sc8-pr-cvs1:/tmp/cvs-serv16981/sec
Modified Files:
Tag: rel-1-2
writeoff.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: writeoff.pl
===================================================================
RCS file: /cvsroot/koha/koha/sec/writeoff.pl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** writeoff.pl 2 Apr 2001 22:51:26 -0000 1.3
--- writeoff.pl 9 Dec 2002 21:05:03 -0000 1.3.2.1
***************
*** 10,13 ****
--- 10,20 ----
my $input=new CGI;
+ # Authentication script added, superlibrarian set as default requirement
+
+ my $flagsrequired;
+ $flagsrequired->{superlibrarian}=1;
+ my ($loggedinuser, $cookie, $sessionID) = checkauth($input, 0,
$flagsrequired);
+
+
#print $input->header;
#print $input->dump;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/sec writeoff.pl,1.3,1.3.2.1,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha/marc viewmarc.pl,1.2.2.1,1.2.2.2
- Next by Date:
[Koha-cvs] CVS: koha bookcount.pl,1.1.4.2,1.1.4.3 currency.pl,1.1.1.1.2.2,1.1.1.1.2.3 groups.pl,1.1.2.2,1.1.2.3 jmemberentry.pl,1.1.1.1,1.1.1.1.2.1 logout.pl,1.2.2.3,1.2.2.4 mancredit.pl,1.2,1.2.2.1 maninvoice.pl,1.2,1.2.2.1 modrequest.pl,1.1.1.1,1.1.1.1.2.1 orderbreakdown.pl,1.1.1.1.2.1,1.1.1.1.2.2 overdue.pl,1.1.2.1,1.1.2.2 pay.pl,1.3,1.3.2.1 placerequest.pl,1.1.1.1,1.1.1.1.2.1 renewscript.pl,1.2,1.2.2.1 reports.pl,1.1.1.1,1.1.1.1.2.1 reservereport.pl,1.1.1.1,1.1.1.1.2.1 showbudget.pl,1.2.2.1,1.2.2.2 simpleredirect.pl,1.1.1.1,1.1.1.1.2.1 stats.pl,1.4,1.4.2.1 stats2.pl,1.1.1.1,1.1.1.1.2.1 subjectsearch.pl,1.1.1.1.2.2,1.1.1.1.2.3 tidyaccounts.pl,1.1.1.1,1.1.1.1.2.1
- Previous by thread:
[Koha-cvs] CVS: koha/marc viewmarc.pl,1.2.2.1,1.2.2.2
- Next by thread:
[Koha-cvs] CVS: koha bookcount.pl,1.1.4.2,1.1.4.3 currency.pl,1.1.1.1.2.2,1.1.1.1.2.3 groups.pl,1.1.2.2,1.1.2.3 jmemberentry.pl,1.1.1.1,1.1.1.1.2.1 logout.pl,1.2.2.3,1.2.2.4 mancredit.pl,1.2,1.2.2.1 maninvoice.pl,1.2,1.2.2.1 modrequest.pl,1.1.1.1,1.1.1.1.2.1 orderbreakdown.pl,1.1.1.1.2.1,1.1.1.1.2.2 overdue.pl,1.1.2.1,1.1.2.2 pay.pl,1.3,1.3.2.1 placerequest.pl,1.1.1.1,1.1.1.1.2.1 renewscript.pl,1.2,1.2.2.1 reports.pl,1.1.1.1,1.1.1.1.2.1 reservereport.pl,1.1.1.1,1.1.1.1.2.1 showbudget.pl,1.2.2.1,1.2.2.2 simpleredirect.pl,1.1.1.1,1.1.1.1.2.1 stats.pl,1.4,1.4.2.1 stats2.pl,1.1.1.1,1.1.1.1.2.1 subjectsearch.pl,1.1.1.1.2.2,1.1.1.1.2.3 tidyaccounts.pl,1.1.1.1,1.1.1.1.2.1
- Index(es):