View | Details | Raw Unified | Return to bug 23681
Collapse All | Expand All

(-)a/admin/restrictions.pl (-3 / +2 lines)
Lines 20-27 Link Here
20
use Modern::Perl;
20
use Modern::Perl;
21
21
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
23
use C4::Auth;
23
use C4::Auth qw( get_template_and_user );
24
use C4::Output;
24
use C4::Output qw( output_html_with_http_headers );
25
use Koha::RestrictionTypes;
25
use Koha::RestrictionTypes;
26
26
27
my $input = new CGI;
27
my $input = new CGI;
28
- 

Return to bug 23681