]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ovpnmain.cgi: disabed debug output.
authorAlfred Haas <alfred.haas@ipfire.org>
Tue, 13 Sep 2011 19:07:28 +0000 (21:07 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 13 Sep 2011 19:07:28 +0000 (21:07 +0200)
html/cgi-bin/ovpnmain.cgi

index ea52f858c2f8d1ed48c544635504a314ee17607c..165f3511c45472ac91aaaa0f1890a4ddff17c41c 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # 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        #
 # 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";
 
 # 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} );
 undef (@dummy);