Page MenuHomeMiraheze

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on Jul 25 2018, 14:50.
Tags
None
Referenced Files
F825408:
Jul 25 2018, 14:53
F825405:
Jul 25 2018, 14:50
Subscribers
None
if ( $wgDBname === 'weatherwiki' ) {
$wgExtensionFunctions[] = function() {
if( array_key_exists( 'checkuser', $GLOBALS['wgGroupPermissions'] ) ) {
unset( $GLOBALS['wgGroupPermissions']['checkuser'] );
}
};
}