From: Ivan Kohler Date: Sat, 12 Jul 2014 22:59:46 +0000 (-0700) Subject: don't spew config changes to apache log, history is sufficient X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=74cccaa265fa81e493cec8701b18bc453d95e29c don't spew config changes to apache log, history is sufficient --- 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;