mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
ovpnmain.cgi: disabed debug output.
This commit is contained in:
committed by
Arne Fitzenreiter
parent
f1f39aea07
commit
828aaba2ac
@@ -2,7 +2,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
# Copyright (C) 2007-2011 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# it under the terms of the GNU General Public License as published by #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -33,8 +33,8 @@ require "${General::swroot}/header.pl";
|
|||||||
require "${General::swroot}/countries.pl";
|
require "${General::swroot}/countries.pl";
|
||||||
|
|
||||||
# enable only the following on debugging purpose
|
# enable only the following on debugging purpose
|
||||||
use warnings;
|
#use warnings;
|
||||||
use CGI::Carp 'fatalsToBrowser';
|
#use CGI::Carp 'fatalsToBrowser';
|
||||||
#workaround to suppress a warning when a variable is used only once
|
#workaround to suppress a warning when a variable is used only once
|
||||||
my @dummy = ( ${Header::colourgreen} );
|
my @dummy = ( ${Header::colourgreen} );
|
||||||
undef (@dummy);
|
undef (@dummy);
|
||||||
|
|||||||
Reference in New Issue
Block a user