diff options
| author | ivan <ivan> | 2008-01-13 20:46:53 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-01-13 20:46:53 +0000 |
| commit | a95b10c0c3ccee4e34c3bd0680e5ee2a4becdee6 (patch) | |
| tree | 76ffac86805a9222ad1242eacfebf8580874cdd1 /httemplate/view/svc_broadband.cgi | |
| parent | bd152637da56be7155765363cc29ae0126813fed (diff) | |
ACLs
Diffstat (limited to 'httemplate/view/svc_broadband.cgi')
| -rw-r--r-- | httemplate/view/svc_broadband.cgi | 6 |
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+)$/; |
