Improve read only mode comment

This commit is contained in:
www-data 2025-02-20 00:20:13 +01:00
parent 22cbd05db5
commit 23ddb3ba11

View file

@ -236,7 +236,8 @@ $wgImplicitGroups[] = 'emailconfirmed';
# Finally, set it to true for the desired group.
$wgGroupPermissions['emailconfirmed']['edit'] = true;
#$wgReadOnly = 'A backup of the TechInc wiki is currently being made. The side is therefore in read-only mode. Check back in a bit.';
# This is uncommented whenever a backup is running
#$wgReadOnly = 'A backup of the TechInc wiki is currently being made. The site is therefore in read-only mode. Check back in a bit.';
#$wgMessageCacheType = $wgMainCacheType = $wgParserCacheType = $wgSessionCacheType = CACHE_NONE;
#$wgLocalisationCacheConf['storeClass'] = 'LCStoreNull';
#$wgIgnoreImageErrors = true;