From 4223bc7c795fbac4e81d68d7cdcae4fe0a4ff146 Mon Sep 17 00:00:00 2001 From: 8chan Date: Thu, 12 Jun 2014 03:07:16 +0000 Subject: [PATCH] Enable syslog --- inc/instance-config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.