Remove $ from config in layout

This commit is contained in:
Brian Read 2025-04-15 15:43:08 +01:00
parent 607f7ccb51
commit eee5d0a60e

View File

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