Add noacl support

This commit is contained in:
Ilia Ross
2025-02-26 23:48:33 +02:00
parent 722ff23d86
commit 6d54bf642a

View File

@@ -392,6 +392,7 @@ foreach my $c (sort { $b cmp $a } @cats) {
my @grid = ( );
my $sw = 0;
foreach my $m (@cmlist) {
next if ($m->{'noacl'});
my $md = $m->{'dir'};
my $fromgroup = $memg &&
&indexof($md, @{$memg->{'modules'}}) >= 0;