From 16d45ec203794802e4b4f5fe8181afe291dd0782 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sun, 31 Mar 2013 05:28:06 +0200 Subject: [PATCH] Disable LSdebug by default --- public_html/conf/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/conf/config.inc.php b/public_html/conf/config.inc.php index f404cb20..cf46ff46 100644 --- a/public_html/conf/config.inc.php +++ b/public_html/conf/config.inc.php @@ -182,7 +182,7 @@ define('LS_IMAGES_DIR', 'images/'.LS_THEME); define('LS_CSS_DIR', 'css/'.LS_THEME); //Debug -define('LSdebug',true); +define('LSdebug',false); // Logs $GLOBALS['LSlog']['filename'] = 'tmp/LS.log';