mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Fix not to disable warnings for Gray Theme
This commit is contained in:
@ -2,8 +2,6 @@
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings 'redefine';
|
||||
no warnings 'uninitialized';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings 'redefine';
|
||||
no warnings 'uninitialized';
|
||||
require 'gray-theme/gray-theme-lib.pl';
|
||||
&ReadParse();
|
||||
our ($current_theme, %in);
|
||||
|
@ -3,8 +3,6 @@
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings 'redefine';
|
||||
no warnings 'uninitialized';
|
||||
require 'gray-theme/gray-theme-lib.pl';
|
||||
&ReadParse();
|
||||
our ($current_theme, $remote_user, %gconfig);
|
||||
|
@ -3,8 +3,6 @@
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings 'redefine';
|
||||
no warnings 'uninitialized';
|
||||
require 'gray-theme/gray-theme-lib.pl';
|
||||
&ReadParse();
|
||||
&load_theme_library();
|
||||
|
Reference in New Issue
Block a user