mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix not to enable warnings blindly on all code
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
# Show the left-side menu of Virtualmin domains, plus modules
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings 'redefine';
|
||||
no warnings 'uninitialized';
|
||||
|
||||
# Globals
|
||||
our %in;
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings 'redefine';
|
||||
no warnings 'uninitialized';
|
||||
require "gray-theme/gray-theme-lib.pl";
|
||||
require "gray-theme/theme.pl";
|
||||
&ReadParse();
|
||||
|
||||
Reference in New Issue
Block a user