From aee9a94f1dff4159738d334b229c497f93865c50 Mon Sep 17 00:00:00 2001 From: YuitoAkatsuki Date: Fri, 30 Aug 2024 23:04:10 +0900 Subject: [PATCH] chore: miss --- manifests/wiki-conf-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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