iad2 / mediawiki: some adjustments for new mediawiki
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
592e4749c1
commit
b1df81e148
1 changed files with 5 additions and 0 deletions
|
@ -449,7 +449,12 @@ $wgLogo = "https://fedoraproject.org/static/images/fedora-logo.png";
|
|||
$wgGroupPermissions['Legal']['read'] = true;
|
||||
$wgGroupPermissions['Packaging']['read'] = true;
|
||||
|
||||
{% if datacenter == 'phx2' %}
|
||||
require_once( "$IP/extensions/Lockdown/Lockdown.php" );
|
||||
{% else %}
|
||||
wfLoadExtension( 'Lockdown' );
|
||||
wgActorTableSchemaMigrationStage = MIGRATION_OLD;
|
||||
{% endif %}
|
||||
|
||||
$wgSpecialPageLockdown['Export'] = array('*');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue