From d0b80a8c1fda0eb8703463af5930137eab288481 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 12:41:09 +0200 Subject: You seek to shield those you love and you like the role of the provider. --- Xerl/Page/Content.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm index 1f006b7..3b7ef5c 100644 --- a/Xerl/Page/Content.pm +++ b/Xerl/Page/Content.pm @@ -118,8 +118,7 @@ sub _insertrules($$$) { } elsif ( lc $name eq 'includerun' ) { my $scriptpath = $config->get_contentpath() . $text; - - push @content, $scriptpath; + push @content, eval $scriptpath; } elsif ( lc $name eq 'navigation' ) { -- cgit v1.2.3