From cfe71b68ae77cbcc0476294e558645a97690808c Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 27 Sep 2019 12:04:28 +0200 Subject: [PATCH] revert --- Lib.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib.pm b/Lib.pm index d00754e..a49bef5 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} || []}, );