From c7cc0522832d0e1c056f9bce46dd1b4b5551e612 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 12 Jul 2014 15:59:45 -0700 Subject: [PATCH] don't spew config changes to apache log, history is sufficient --- httemplate/config/config-process.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi index f1cbb1831..3d57b310c 100644 --- a/httemplate/config/config-process.cgi +++ b/httemplate/config/config-process.cgi @@ -116,7 +116,7 @@ if ( $conf->exists('disable_settings_changes') ) { } } -$FS::Conf::DEBUG = 1; +#$FS::Conf::DEBUG = 1; my @config_items = grep { $_->key != ~/^invoice_(html|latex|template)/ } $conf->config_items; my %confitems = map { $_->key => $_ } $conf->config_items; -- 2.11.0