* Sat May 10 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme

- correct $config (remove $) and get protocols, services and devices by interrogating ddclient [SME: 13001]
This commit is contained in:
2025-05-10 17:03:29 +01:00
parent 6dc6143642
commit 6b207dec6b
3 changed files with 55 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
% content_for 'module' => begin
<div id="module" class="module ddclient-panel">
% if ($config->{debug} == 1) {
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
</p>
@@ -45,4 +45,4 @@
%}
</div>
%end
%end