Disabled debug messages in backup CGI

This commit is contained in:
Maniacikarus
2008-08-10 16:20:41 +02:00
parent b8e27ea5b6
commit 36dfbfcf81
2 changed files with 3 additions and 2 deletions

View File

@@ -21,8 +21,8 @@
use strict;
# enable only the following on debugging purpose
use warnings;
use CGI::Carp 'fatalsToBrowser';
#use warnings;
#use CGI::Carp 'fatalsToBrowser';
use File::Copy;
require '/var/ipfire/general-functions.pl';