don't spew config changes to apache log, history is sufficient
authorIvan Kohler <ivan@freeside.biz>
Sat, 12 Jul 2014 22:59:45 +0000 (15:59 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sat, 12 Jul 2014 22:59:45 +0000 (15:59 -0700)
httemplate/config/config-process.cgi

index f1cbb18..3d57b31 100644 (file)
@@ -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;