Skip to content

Commit

Permalink
Revert "Add admin section"
Browse files Browse the repository at this point in the history
This reverts commit 0e6528b.
  • Loading branch information
kylemhall committed Mar 15, 2024
1 parent 0e6528b commit 5fe48a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
12 changes: 0 additions & 12 deletions Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,6 @@ sub tool {
}
}

## The existance of a 'admin' subroutine means the plugin is capable
## of running an admin section for things that should not be accessible
## for non-admin users
sub admin {
my ( $self, $args ) = @_;

my $cgi = $self->{'cgi'};

my $template = $self->get_template({ file => 'admin.tt' });
$self->output_html( $template->output() );
}

## The existiance of a 'to_marc' subroutine means the plugin is capable
## of converting some type of file to MARC for use from the stage records
## for import tool
Expand Down
16 changes: 0 additions & 16 deletions Koha/Plugin/Com/ByWaterSolutions/KitchenSink/admin.tt

This file was deleted.

0 comments on commit 5fe48a6

Please sign in to comment.