mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
fwhost.cgi: disable "use warnings"
This commit is contained in:
committed by
Michael Tremer
parent
fd24071f65
commit
dadffbf738
@@ -21,7 +21,8 @@
|
||||
use strict;
|
||||
|
||||
# enable only the following on debugging purpose
|
||||
use warnings;
|
||||
#use warnings;
|
||||
|
||||
use Sort::Naturally;
|
||||
use CGI::Carp 'fatalsToBrowser';
|
||||
no warnings 'uninitialized';
|
||||
|
||||
Reference in New Issue
Block a user