quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www
[freeside.git] / httemplate / browse / router.cgi
index 7309388..6dcd93a 100644 (file)
@@ -58,4 +58,7 @@
 </TABLE>
 </BODY>
 </HTML>
-
+<%init>
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+</%init>