mirror of
https://github.com/reactos/web.git
synced 2025-02-17 01:17:38 +00:00
[WIKI] Also search in user pages by default, we have many interesting things there.
This commit is contained in:
parent
84b310939e
commit
76ea82f320
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user