config: remove client_cache parameter

This commit is contained in:
Milan
2023-02-25 22:27:47 +01:00
parent ebd521452a
commit 26d56bd757
30 changed files with 28 additions and 58 deletions

View File

@@ -40,7 +40,6 @@ my $template_parameters = {};
$template_parameters->{projects} = getProjects( $dbh, $config, $params );
$template_parameters->{debug} = $config->{system}->{debug};
$template_parameters->{server_cache} = $config->{cache}->{server_cache} if $config->{cache}->{server_cache};
$template_parameters->{use_client_cache} = $config->{cache}->{use_client_cache} if $config->{cache}->{use_client_cache};
#output template
my $template = $params->{template};