diff options
| author | jeff <jeff> | 2008-06-28 19:25:24 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2008-06-28 19:25:24 +0000 |
| commit | a1871d3d13c1dafa93b956762c0d23728d261da7 (patch) | |
| tree | ecd799ff28ca27d5e2ef07a615bcac49621dd391 /httemplate/elements/menu.html | |
| parent | 7588be4eb948426b972d0238dcdbb1537dc6a72a (diff) | |
agent virtualize address blocks and routers
Diffstat (limited to 'httemplate/elements/menu.html')
| -rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 9ace19ea3..5a947ea88 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -334,7 +334,7 @@ $config_menu{'Resellers'} = [ \%config_agent, '' ] $config_menu{'Billing'} = [ \%config_billing, '' ] if $curuser->access_right('Edit billing events') || $curuser->access_right('Edit global billing events'); -if ( $curuser->access_right('Configuration') ) { +if ( $curuser->access_right('Engineering configuration') ) { $config_menu{'Dialup'} = [ \%config_dialup, '' ]; $config_menu{'Fixed (username-less) broadband'} = [ \%config_broadband, '' ]; |
