summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_broadband.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_broadband.cgi
parentd8c81a25cb29cf0ca5d7cdeb8160f79d4fbb0bc6 (diff)
ACLs
Diffstat (limited to 'httemplate/view/svc_broadband.cgi')
-rw-r--r--httemplate/view/svc_broadband.cgi6
1 files changed, 2 insertions, 4 deletions
diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi
index a76e5a3d1..e614fe418 100644
--- a/httemplate/view/svc_broadband.cgi
+++ b/httemplate/view/svc_broadband.cgi
@@ -4,8 +4,7 @@
)
: ( "Cancel this (unaudited) website" =>
"${p}misc/cancel-unaudited.cgi?$svcnum" )
- ),
- "Main menu" => $p,
+ )
))
%>
@@ -144,8 +143,7 @@ Add router named
<%init>
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+)$/;