Domains nearly done and a few tweaks

This commit is contained in:
John Crisp
2025-05-19 00:19:42 +02:00
parent 266d8b279c
commit 85d5927cd7
13 changed files with 195 additions and 184 deletions

View File

@@ -6,8 +6,8 @@
% if (config->{debug} == 1) {
<div>
%= dumper $c->current_route
%= dumper $dom_datas
<%= dumper $c->current_route %>
<%= dumper $dom_datas %>
</div>
% }