mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Disable subroutine redefined warnings to prevent log polution (2)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings 'redefine';
|
||||
our %config;
|
||||
|
||||
# check_md5()
|
||||
|
||||
Reference in New Issue
Block a user