A few fixups in ptyhon, plus mailstats panel json 1st pass

This commit is contained in:
2025-04-04 18:02:23 +01:00
parent 9fe0a050cf
commit 9f154c586d
12 changed files with 1159 additions and 25 deletions

2
Templates/partial.html.ep.tem Executable file → Normal file
View File

@@ -7,7 +7,7 @@
SelectInput();
};
</script>
% if ($config->{debug} == 1) {
% if (config->{debug} == 1) {
<pre>
%= dumper $$${prefix}_data
</pre>