diff options
Diffstat (limited to 'httemplate/config/config-view.cgi')
-rw-r--r-- | httemplate/config/config-view.cgi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 7f2a1b293..91ba33769 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -42,14 +42,6 @@ <tr> <td><font color="#ff0000">no type</font></td> </tr> -% } elsif ( $type eq 'binary' ) { - - <tr> - <% $conf->exists($i->key) - ? qq!<a href="config-download.cgi?!. $i->key. qq!">download</a>! - : 'empty' - %> - </tr> % } elsif ( $type eq 'textarea' % || $type eq 'editlist' % || $type eq 'selectmultiple' ) { |