* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 0.1.18-35.sme

- Change $config to config in layout file(s) [SME: 13171]
This commit is contained in:
2025-09-23 13:06:37 +01:00
parent f40fa22885
commit b596eafc6c
3 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<div id="module" class="module fail2ban-panel">
%if ($config->{debug} == 1) {
%if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $f2b_datas

View File

@@ -6,7 +6,7 @@
</p>
% my @denys = @{$c->get_current_deny()};
% if ($config->{debug} == 1) {
% if (config->{debug} == 1) {
<p><%= dumper @denys %></p>
% }

View File

@@ -1,5 +1,5 @@
%define version 0.1.18
%define release 34
%define release 35
%define name smeserver-fail2ban
Summary: fail2ban integration on SME Server
@@ -26,6 +26,9 @@ AutoReqProv: no
Configure fail2ban on SME Server
%changelog
* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 0.1.18-35.sme
- Change $config to config in layout file(s) [SME: 13171]
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.1.18-34.sme
- Fix e-smith references in smeserver-fail2ban [SME: 12732]