diff options
author | ivan <ivan> | 2008-01-13 20:46:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-13 20:46:44 +0000 |
commit | f9938915b0df2609f41c24d761d607595d5d0a34 (patch) | |
tree | aa3fa94b86cc5422bd3530b0762033eb448bcdfe /httemplate/view/svc_www.cgi | |
parent | d8c81a25cb29cf0ca5d7cdeb8160f79d4fbb0bc6 (diff) |
ACLs
Diffstat (limited to 'httemplate/view/svc_www.cgi')
-rw-r--r-- | httemplate/view/svc_www.cgi | 3 |
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+)$/; |