diff --git a/virtualmin-htpasswd-lib.pl b/virtualmin-htpasswd-lib.pl index a76e49e..e764280 100755 --- a/virtualmin-htpasswd-lib.pl +++ b/virtualmin-htpasswd-lib.pl @@ -1,6 +1,7 @@ # Common functions for simple protected directory management use strict; use warnings; +no warnings qw(redefine); our (%text); BEGIN { push(@INC, ".."); };