Up to date letsencrypt files and fix up validate template in custom

This commit is contained in:
2024-11-29 16:15:55 +00:00
parent 171bd5a141
commit ce91fbab45
10 changed files with 63 additions and 62 deletions

View File

@@ -114,7 +114,7 @@ sub get_${tablecontrol[0]} {
my $prefix_data = shift; #Data hash as parameter
my $ret = "";
<tal:block tal:repeat="field fields[panel]">
if (! TRUE) #copy or perform with value: ${field} e.g. $c->setprop(dbentry,dbkey,$c->param('${field}')
if (! TRUE) #copy or perform with value: ${field} e.g. $c->setprop(dbentry,dbkey,$c->param('${field}')))
{$ret .= 'Perform failed for ${field} failed';}</tal:block>
if ($ret eq "") {$ret = 'ok';}
return $ret;