From: Emil Williams Date: Wed, 21 May 2025 00:51:34 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=14f453572e2835bcd81303a9e6f79161e378518d;p=emil-3chen.org.git -- --- diff --git a/perl/Triple/Init.pm b/perl/Triple/Init.pm index d895d0d..3f0929b 100644 --- a/perl/Triple/Init.pm +++ b/perl/Triple/Init.pm @@ -54,7 +54,8 @@ sub static { $vars->{"title"} = "$set[Triple::PAGE_TITLE]"; $vars->{"description"} = "$set[Triple::PAGE_DESCRIPTION]"; syslog("info", $vars->{"uri"} . " " . $vars->{"title"} . " " . $vars->{"description"}); - syslog("info", "important " . Triple::DYNAMIC_PAGE); + my $x = Triple::DYNAMIC_PAGE; + syslog("info", "important " . $x); my $temporary; $template->process($set[Triple::PAGE_TT], $vars, \$temporary) or syslog("info", $template->error()); $static{$key} = $temporary;