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