From: Emil Williams Date: Thu, 8 May 2025 03:41:41 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=8ba73bae087ead1d41c68340e18926238df9dd16;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index b53e071..96cb7f0 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -100,8 +100,10 @@ sub init { $vars->{"uri"} = "$key"; my $temporary; $template->process($set[1], $vars, \$temporary) or syslog("info", $template->error()); - print $temporary; - exit; + if ($key eq "/") { + print $temporary; + exit; + } $static{$key} = $temporary; } }