From: River Tarnell Date: Fri, 18 Mar 2005 20:53:38 +0000 (+0000) Subject: don't enable debug log by default X-Git-Tag: 1.5.0alpha1~580 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=36763df5d24d71570e0f8bedfcc8203fdbf42879;p=lhc%2Fweb%2Fwiklou.git don't enable debug log by default --- 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