summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_www.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/svc_www.cgi')
-rw-r--r--httemplate/view/svc_www.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/view/svc_www.cgi b/httemplate/view/svc_www.cgi
index 0579a55b4..c503d1829 100644
--- a/httemplate/view/svc_www.cgi
+++ b/httemplate/view/svc_www.cgi
@@ -73,6 +73,8 @@
%
% print '</TD></TR>';
%}
+ <% qq!<TR><TD ALIGN="right">Config lines</TD>! %>
+ <% qq!<TD BGCOLOR="#ffffff"><pre>!.$cgi->escapeHTML(join("\n",$svc_www->config))."</pre></TD></TR>" %>
%
%foreach (sort { $a cmp $b } $svc_www->virtual_fields) {
% print $svc_www->pvf($_)->widget('HTML', 'view', $svc_www->getfield($_)),