Improve read only mode comment
This commit is contained in:
parent
22cbd05db5
commit
23ddb3ba11
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue