[WIKI] Also search in user pages by default, we have many interesting things there.

This commit is contained in:
Colin Finck 2018-08-21 11:42:11 +00:00
parent 84b310939e
commit 76ea82f320

View File

@ -197,4 +197,7 @@ $wgGroupPermissions['sysop']['abusefilter-hidden-log'] = true;
# Enable mumble:// protocol
$wgUrlProtocols[] = "mumble://";
# Also search in user pages by default, we have many interesting things there.
$wgNamespacesToBeSearchedDefault[NS_USER] = true;
require_once("$IP/../../www.reactos.org_config/wiki-config.php");