diff --git a/Lib.pm b/Lib.pm index a49bef5..d00754e 100644 --- a/Lib.pm +++ b/Lib.pm @@ -456,9 +456,9 @@ sub Header priv => 1}, { link => "?action=queue", name => $Lang->{Current_queues}, priv => 1}, - { link => "?action=check", name => 'Check', + { link => "?action=Check", name => 'Check', priv => 1}, - { link => "?action=viewcheck", name => 'ViewCheck', + { link => "?action=ViewCheck", name => 'ViewCheck', priv => 1}, @{$Conf{CgiNavBarLinks} || []}, );