On Sun, Nov 21, 2010 at 9:21 PM, Tech Geek <[email protected]> wrote:
> 1. Using Lockdown extension I added the following in my LocalSettings.php
> require_once( "$IP/extensions/Lockdown/Lockdown.php" );
> $wgSpecialPageLockdown['RecentChanges'] = array('sysop');
> $wgSpecialPageLockdown['Export'] = array('sysop');
> With the above I was able to disable the "Export" special page but not the
> RecentChanges special page.

The casing on special pages is a bit of a gotcha.  You actually need
$wgSpecialPageLockdown['Recentchanges'] = array('sysop');

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to