* Wed Feb 12 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-23.sme
- Update dependencies for xtables addons - Remove $ from config in templates - Add db open entries to subs
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<div id="module" class="module xt_geoip-panel">
|
||||
|
||||
%if ($config->{debug} == 1) {
|
||||
%if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $xtg_datas
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
<div id="module" class="module xt_geoip-panel">
|
||||
|
||||
%if ($config->{debug} == 1) {
|
||||
%if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $xtg_datas
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
<div id="module" class="module xt_geoip-panel">
|
||||
|
||||
%if ($config->{debug} == 1) {
|
||||
%if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $xtg_datas
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
<div id="module" class="module xt_geoip-panel">
|
||||
|
||||
%if ($config->{debug} == 1) {
|
||||
%if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $xtg_datas
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
<div id="module" class="module xt_geoip-panel">
|
||||
|
||||
%if ($config->{debug} == 1) {
|
||||
%if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $xtg_datas
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
<div id="module" class="module xt_geoip-panel">
|
||||
|
||||
%if ($config->{debug} == 1) {
|
||||
%if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $xtg_datas
|
||||
|
Reference in New Issue
Block a user