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

@@ -6,6 +6,7 @@ etc/ppp/ip-up
etc/modprobe.d/blacklist
usr/bin/bc
usr/bin/dc
srv/web/ipfire/cgi-bin/backup.cgi
srv/web/ipfire/cgi-bin/index.cgi
srv/web/ipfire/cgi-bin/pakfire.cgi
srv/web/ipfire/cgi-bin/pppsetup.cgi

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';