summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/4.1.12/content
blob: 1f0473d24f89b270609c81e6a52b005ef498777d (plain)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;

our @ACL = ( {
    Right       => 'ShowArticlesMenu',
    GroupDomain => 'SystemInternal',
    GroupType   => 'Privileged',
} );

1;