|
Lines 86-94
if ($plugins_enabled) {
Link Here
|
| 86 |
$template->param( ERRORS => [ \%errors ] ); |
86 |
$template->param( ERRORS => [ \%errors ] ); |
| 87 |
output_html_with_http_headers $input, $cookie, $template->output; |
87 |
output_html_with_http_headers $input, $cookie, $template->output; |
| 88 |
exit; |
88 |
exit; |
| 89 |
} else { |
|
|
| 90 |
Koha::Plugins->new()->InstallPlugins(); |
| 91 |
} |
89 |
} |
|
|
90 |
|
| 91 |
Koha::Plugins->new()->InstallPlugins(); |
| 92 |
} |
92 |
} |
| 93 |
} elsif ( ( $op eq 'Upload' ) && !$uploadfile ) { |
93 |
} elsif ( ( $op eq 'Upload' ) && !$uploadfile ) { |
| 94 |
warn "Problem uploading file or no file uploaded."; |
94 |
warn "Problem uploading file or no file uploaded."; |
| 95 |
- |
|
|