diff --git a/manifests/wiki-conf-main.yaml b/manifests/wiki-conf-main.yaml index 84844a0..61a7523 100644 --- a/manifests/wiki-conf-main.yaml +++ b/manifests/wiki-conf-main.yaml @@ -242,5 +242,5 @@ data: # Add more configuration options below. $wgShowExceptionDetails = true; - $wgReadOnly = ( PHP_SAPI === 'cli' ) ? false : 'This wiki is currently undergoing maintenance. Please try again later.'; + # $wgReadOnly = ( PHP_SAPI === 'cli' ) ? false : 'This wiki is currently undergoing maintenance. Please try again later.'; $wgGroupPermissions['tech-team']['siteadmin'] = true; \ No newline at end of file