quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www
[freeside.git] / httemplate / browse / cust_main_county.cgi
index 69a7eb9..3bbbb4b 100755 (executable)
 </TABLE>
 
 <% include('/elements/footer.html') %>
+<%init>
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+</%init>