From 36763df5d24d71570e0f8bedfcc8203fdbf42879 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Fri, 18 Mar 2005 20:53:38 +0000 Subject: [PATCH] don't enable debug log by default --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d4bafc89de..95300668a6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -431,7 +431,7 @@ $wgReadOnlyFile = "{$wgUploadDirectory}/lock_yBgMBwiR"; /** * The debug log file should be not be publicly accessible if it is used, as it * may contain private data. */ -$wgDebugLogFile = 'deb.txt'; +$wgDebugLogFile = ''; /**#@+ * @global bool -- 2.20.1