From: Michael Tremer Date: Tue, 19 Mar 2024 14:53:46 +0000 (+0100) Subject: ovpnmain.cgi: Enable debugging X-Git-Tag: v2.29-core197~25^2~203 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=747386d4fbc8b2ed58707ff24a909b5dc2c72bef;p=ipfire-2.x.git ovpnmain.cgi: Enable debugging Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index 92a72d753..297303966 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -41,8 +41,8 @@ require "${General::swroot}/countries.pl"; require "${General::swroot}/location-functions.pl"; # enable only the following on debugging purpose -#use warnings; -#use CGI::Carp 'fatalsToBrowser'; +use warnings; +use CGI::Carp 'fatalsToBrowser'; #workaround to suppress a warning when a variable is used only once my @dummy = ( ${Header::colourgreen}, ${Header::colourblue} );