Skip to content

Commit f4b05ca

Browse files
Remove the config parameter
The config parameter is not used anywhere but exposes the configuration (including username and password) to the public
1 parent dc83302 commit f4b05ca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Koha/Plugin/EDS/opac/eds-raw.pl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@
8080

8181
my $api_response;
8282

83-
if($input->param("q") eq 'config'){
84-
$api_response = EDSGetConfiguration();
85-
}elsif($input->param("q") eq 'getip'){
83+
if($input->param("q") eq 'getip'){
8684
$api_response = GetLocalIP();
8785
}else{
8886
# Send Known Items

0 commit comments

Comments
 (0)