* Mon Sep 22 2025 Brian Read <brianr@koozali.org> 1.0-23.sme

- add debuginfo define to suppress it [SME: 13168]
- Fix config call in layout [SME: 13168]
This commit is contained in:
2025-09-22 16:45:10 +01:00
parent 12516e2505
commit 03a5304866
4 changed files with 8 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
% content_for 'module' => begin
<div id='module' class='module wireguard-panel'>
% if ($config->{debug} == 1) {
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $wrg_datas