diff --git a/inc/instance-config.php b/inc/instance-config.php index 01a5efe6..58f619cc 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -109,7 +109,8 @@ require_once "htmlpurifier-4.5.0/library/HTMLPurifier.auto.php"; $config['search']['enable'] = true; - //$config['debug'] = true; +//$config['debug'] = true; + $config['syslog'] = true; $config['flood_time'] = 2; // Minimum time between between each post with the exact same content AND same IP address.