template.pm: do not expose local path config

This commit is contained in:
Milan
2020-11-15 20:29:17 +01:00
parent 83d3e74561
commit 123f2046de
+1 -1
View File
@@ -27,7 +27,7 @@ sub process($$$$) {
#TODO: get config
for my $key ( keys %{ $config->{locations} } ) {
$params->{$key} = $config->{locations}->{$key} if ( $key =~ /\_url$/ );
$params->{$key} = $config->{locations}->{$key} if ( $key =~ /\_url$/ && $key !~/local/);
}
# add current project