From: Aaron Schulz Date: Fri, 2 Jan 2009 11:23:47 +0000 (+0000) Subject: (bug 12433) DefaultSettings.php $wgReadOnlyFile comment clarifications X-Git-Tag: 1.31.0-rc.0~43624 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=5010fbbcf9ce3fde0717eb7256be71b9144bcc88;p=lhc%2Fweb%2Fwiklou.git (bug 12433) DefaultSettings.php $wgReadOnlyFile comment clarifications --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index badc0e6710..1cbd6be823 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -970,7 +970,7 @@ $wgSiteSupportPage = ''; # A page where you users can receive donations $wgReadOnly = null; /*** - * If this lock file exists, the wiki will be forced into read-only mode. + * If this lock file exists (size > 0), the wiki will be forced into read-only mode. * Its contents will be shown to users as part of the read-only warning * message. */