Manual:$wgReadOnly
From MediaWiki.org
Wiki locking: $wgReadOnly | |
---|---|
Disallows editing, displaying the string given as the reason. |
|
Introduced in version: | pre 1.1.0 |
Removed in version: | still in use |
Allowed values: | (string), null/false |
Default value: | null false, prior to 1.5.7 |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Functionally this setting is the same as $wgReadOnlyFile, but uses a variable instead of a file.
If set to a string in "LocalSettings.php", $wgReadOnly
disallows editing, displaying the string given as the reason. The reason provided is preceded by the contents of MediaWiki:Readonlywarning.
$wgReadOnly = 'This wiki is currently being upgraded to a newer software version.';
The above example locks the database and provides a default statement on edit pages and also gives the included string 'This wiki is currently being upgraded to a newer software version.'
as an explanation for why the database was locked.
Some of your installed extensions may write data nonetheless.
Language: | English • français • 日本語 • polski |
---|