summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-07-12 15:59:45 -0700
committerIvan Kohler <ivan@freeside.biz>2014-07-12 15:59:45 -0700
commitc7cc0522832d0e1c056f9bce46dd1b4b5551e612 (patch)
treec26e2d5c0fc37463642680c11973399f18abfa34
parent48e85cba67e48bb37b79d9e4fa72cf0df7cd3759 (diff)
don't spew config changes to apache log, history is sufficient
-rw-r--r--httemplate/config/config-process.cgi2
1 files changed, 1 insertions, 1 deletions
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;