diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-12-23 22:24:17 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-12-23 22:24:17 +0200 |
commit | bc40151045ff368ba789822dc4be71de5d8d0a3b (patch) | |
tree | bae871a485dbc75f1c6e3b2555aebbe2ba7a7f02 /deployment/wikis/templates | |
parent | dfb459156876ce1c65471ee1a1b96165d658f172 (diff) | |
download | puppet-bc40151045ff368ba789822dc4be71de5d8d0a3b.tar puppet-bc40151045ff368ba789822dc4be71de5d8d0a3b.tar.gz puppet-bc40151045ff368ba789822dc4be71de5d8d0a3b.tar.bz2 puppet-bc40151045ff368ba789822dc4be71de5d8d0a3b.tar.xz puppet-bc40151045ff368ba789822dc4be71de5d8d0a3b.zip |
Lock down wiki
Diffstat (limited to 'deployment/wikis/templates')
-rw-r--r-- | deployment/wikis/templates/wiki_settings | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings index d2c1b199..d246d7bd 100644 --- a/deployment/wikis/templates/wiki_settings +++ b/deployment/wikis/templates/wiki_settings @@ -31,3 +31,5 @@ $wgExtraNamespaces[NS_QA_PROCEDURE] = 'QA_procedure'; $wgExtraNamespaces[NS_QA_PROCEDURE_TALK] = 'QA_procedure_Talk'; $wgContentNamespaces[] = NS_QA_PROCEDURE; $wgNamespacesToBeSearchedDefault[NS_QA_PROCEDURE] = true; + +$wgReadOnly = 'This wiki is currently read-only'; |