Update to work for Mojo 9.39 - config accessed through plugin not global hash

This commit is contained in:
2025-01-22 11:53:21 +00:00
parent ec4f515012
commit b5d6de3bcf
64 changed files with 66 additions and 65 deletions

View File

@@ -2,7 +2,7 @@
% content_for 'module' => begin
<div id='module' class='module clamav-panel'>
%if ($config->{debug} == 1) {
%if (config->{debug} == 1) {
<p>(DBG)route: <%= $c->current_route %><br>
(DBG)FsS stat: <%= $clm_datas->{FilesystemScan}%> <br>
(DBG)Quar stat: <%=$clm_datas->{Quarantine} %>