From a03354f7052fe501edc6b6792f861819d6a45944 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 e03d4987..1079e1b8 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.