Remove headfings in Error and status and sort out non global opening of DBs

This commit is contained in:
2025-03-31 19:03:54 +01:00
105 changed files with 146 additions and 1239 deletions

4
Targets/Nutups/nutups.html.ep Normal file → Executable file
View File

@@ -8,7 +8,7 @@
%= javascript '/js/nutups.js'
<div id="module" class="module Nutups-panel">
% if ($config->{debug} == 1) {
% if (config->{debug} == 1) {
<pre>
%= dumper $c->current_route
%= dumper $nut_data->{trt}
@@ -55,4 +55,4 @@
</div>
%end
%end