Alex Monk has uploaded a new change for review. https://gerrit.wikimedia.org/r/232409
Change subject: Disable Special:SMWAdmin on wikitech ...................................................................... Disable Special:SMWAdmin on wikitech Bug: T59040 Change-Id: Ie2616c53d898e5ef62855c08fb1f45c54c5762af --- M wmf-config/wikitech.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/09/232409/1 diff --git a/wmf-config/wikitech.php b/wmf-config/wikitech.php index dcefc8c..ab44aab 100644 --- a/wmf-config/wikitech.php +++ b/wmf-config/wikitech.php @@ -7,6 +7,7 @@ require_once( "$IP/extensions/SemanticForms/SemanticForms.php" ); require_once( "$IP/extensions/SemanticResultFormats/SemanticResultFormats.php" ); enableSemantics( 'wikitech' ); +unset( $wgSpecialPages['SMWAdmin'] ); require_once( "$IP/extensions/LdapAuthentication/LdapAuthentication.php" ); $wgAuth = new LdapAuthenticationPlugin(); -- To view, visit https://gerrit.wikimedia.org/r/232409 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie2616c53d898e5ef62855c08fb1f45c54c5762af Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Alex Monk <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
