From 1630fe1a8190feb6f0e7a1187333e01af9bea3f2 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 23 Apr 2007 14:34:10 +0000 Subject: quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www (backport) --- httemplate/view/svc_www.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/view') 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 ''; %} + <% qq!Config lines! %> + <% qq!
!.$cgi->escapeHTML(join("\n",$svc_www->config))."
" %> % %foreach (sort { $a cmp $b } $svc_www->virtual_fields) { % print $svc_www->pvf($_)->widget('HTML', 'view', $svc_www->getfield($_)), -- cgit v1.2.1