Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F192794
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
Krenair
Jul 15 2015, 10:34 PM
2015-07-15 22:34:40 (UTC+0)
Size
417 B
Referenced Files
None
Subscribers
None
View Options
<?php
function
groupExists
(
$group
)
{
global
$wgGroupPermissions
,
$wgRevokePermissions
,
$wgAddGroups
,
$wgRemoveGroups
,
$wgGroupsAddToSelf
,
$wgGroupsRemoveFromSelf
;
return
array_unique
(
array_merge
(
array_filter
(
$wgGroupPermissions
[
$group
]
),
array_filter
(
$wgRevokePermissions
[
$group
]
),
$wgAddGroups
[
$group
],
$wgRemoveGroups
[
$grop
],
$wgGroupsAddToSelf
[
$group
],
$wgGroupsRemoveFromSelf
[
$group
]
)
);
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
183934
Default Alt Text
(417 B)
Attached To
Mode
P973 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment