diff options
author | Marja van Waes <marja@mageia.org> | 2017-09-01 17:43:46 +0200 |
---|---|---|
committer | Marja van Waes <marja@mageia.org> | 2017-09-01 17:43:46 +0200 |
commit | 888dacbcd3d21c001d36a8babefdbeb39f392f1a (patch) | |
tree | 58ef394820687086659a34cb9b3cc805fe306f20 | |
parent | ce5506d30c7fefaf8e00c71ee98e78dde6ef6638 (diff) | |
download | puppet-888dacbcd3d21c001d36a8babefdbeb39f392f1a.tar puppet-888dacbcd3d21c001d36a8babefdbeb39f392f1a.tar.gz puppet-888dacbcd3d21c001d36a8babefdbeb39f392f1a.tar.bz2 puppet-888dacbcd3d21c001d36a8babefdbeb39f392f1a.tar.xz puppet-888dacbcd3d21c001d36a8babefdbeb39f392f1a.zip |
try to lock wiki for now
-rw-r--r-- | deployment/wikis/templates/wiki_settings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings index 37995a53..b9da7fb0 100644 --- a/deployment/wikis/templates/wiki_settings +++ b/deployment/wikis/templates/wiki_settings @@ -33,4 +33,4 @@ $wgExtraNamespaces[NS_QA_PROCEDURE_TALK] = 'QA_procedure_Talk'; $wgContentNamespaces[] = NS_QA_PROCEDURE; $wgNamespacesToBeSearchedDefault[NS_QA_PROCEDURE] = true; -#$wgReadOnly = 'This wiki is currently read-only'; +$wgReadOnly = 'This wiki is currently read-only'; |