diff options
author | ivan <ivan> | 2011-12-09 23:22:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-09 23:22:30 +0000 |
commit | 52d2255c02343a881c8ff8142f2310e80d79bd1a (patch) | |
tree | 00e0c8b22f582a2b37e96592cb91a1eb45260c28 | |
parent | 658995ff5a3504f594b0cfb7b5f480db7b9d9893 (diff) |
fix acl for broadband config
-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 2a31f24e5..b3ee31182 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -452,7 +452,7 @@ if ( $curuser->access_right('Configuration') ) { $config_export_svc{'Dialup'} = [ \%config_dialup, '' ] if $curuser->access_right('Dialup configuration'); $config_export_svc{'Broadband'} = [ \%config_broadband, '' ] - if $curuser->access_right('Wireless broadband configuration'); + if $curuser->access_right('Broadband configuration'); $config_export_svc{'Phone'} = [ \%config_phone, '' ] if $curuser->access_right('Configuration'); $config_export_svc{'RADIUS'} = [ \%config_radius, '' ] |