updates and better URI schemes
This commit is contained in:
parent
a88c2ff5d0
commit
9a5bd14841
6 changed files with 33 additions and 25 deletions
|
|
@ -275,6 +275,9 @@ $wgHideInterlanguageLinks = false;
|
|||
#$wgShowExceptionDetails = true;
|
||||
#$wgShowDBErrorBacktrace = true;
|
||||
|
||||
$wgUrlProtocols[] = 'webcal://';
|
||||
$smwgURITypeSchemeList = array_merge($smwgURITypeSchemeList, ['matrix']);
|
||||
|
||||
### Namespace attributes
|
||||
$wgNamespacesWithSubpages[NS_MAIN] = true;
|
||||
$wgNamespacesWithSubpages[NS_FSCK] = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue