summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_www.cgi
diff options
context:
space:
mode:
authorivan <ivan>2008-01-13 20:46:44 +0000
committerivan <ivan>2008-01-13 20:46:44 +0000
commitf9938915b0df2609f41c24d761d607595d5d0a34 (patch)
treeaa3fa94b86cc5422bd3530b0762033eb448bcdfe /httemplate/view/svc_www.cgi
parentd8c81a25cb29cf0ca5d7cdeb8160f79d4fbb0bc6 (diff)
ACLs
Diffstat (limited to 'httemplate/view/svc_www.cgi')
-rw-r--r--httemplate/view/svc_www.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/view/svc_www.cgi b/httemplate/view/svc_www.cgi
index 37f186465..d6d458ca5 100644
--- a/httemplate/view/svc_www.cgi
+++ b/httemplate/view/svc_www.cgi
@@ -1,6 +1,5 @@
% die "access denied"
-% unless $FS::CurrentUser::CurrentUser->access_right('View customer services')
-% || $FS::CurrentUser::CurrentUser->access_right('View customer'); #XXX remove me
+% unless $FS::CurrentUser::CurrentUser->access_right('View customer services');
%
%my($query) = $cgi->keywords;
%$query =~ /^(\d+)$/;