From 36dfbfcf81d56275b0531eb470b7397bc836c26c Mon Sep 17 00:00:00 2001 From: Maniacikarus Date: Sun, 10 Aug 2008 16:20:41 +0200 Subject: [PATCH] Disabled debug messages in backup CGI --- config/rootfiles/updater/filelists/core16 | 1 + html/cgi-bin/backup.cgi | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/updater/filelists/core16 b/config/rootfiles/updater/filelists/core16 index 439f6c5e80..b7aaa54389 100644 --- a/config/rootfiles/updater/filelists/core16 +++ b/config/rootfiles/updater/filelists/core16 @@ -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 diff --git a/html/cgi-bin/backup.cgi b/html/cgi-bin/backup.cgi index 552132250d..a007ea650c 100644 --- a/html/cgi-bin/backup.cgi +++ b/html/cgi-bin/backup.cgi @@ -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'; -- 2.39.5