Update lantifa

This commit is contained in:
octycs 2021-01-13 20:21:10 +01:00
parent 2ccb2d3ded
commit d9dd0cc33c

View file

@ -28,7 +28,7 @@ in {
in ''
require_once('${wikidb}/WikiDB.php');
$wgExtraNamespaces = array( 100 => "Table", 101 => "Table_Talk",);
$wgWikiDBNamespaces = 100;
$wgWikiDBNamespaces = array( 100 => true );
$wgGroupPermissions['user']['writeapi'] = true;
$wgDefaultUserOptions['visualeditor-enable'] = 1;
'';