summaryrefslogtreecommitdiff
path: root/httemplate/config
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/config')
-rw-r--r--httemplate/config/config-view.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi
index c5ac1a685..9e9e64eb2 100644
--- a/httemplate/config/config-view.cgi
+++ b/httemplate/config/config-view.cgi
@@ -78,6 +78,8 @@ Click on a configuration value to change it.
% foreach my $agent ( @agents ) {
% my $agentnum = $agent ? $agent->agentnum : '';
%
+% next if $section eq 'deprecated' && ! $conf->exists($i->key, $agentnum);
+%
% my $label = $i->key;
% $label = '['. $agent->agent. "] $label"
% if $agent && $cgi->param('showagent');