mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-15 10:37:36 +00:00
Document global added in r115044.
This commit is contained in:
parent
94e3d449dd
commit
b7f211a71f
Notes:
Siebrand Mazeland
2012-04-25 10:45:17 +00:00
|
@ -21,6 +21,9 @@ if ( !defined( 'MEDIAWIKI' ) ) {
|
|||
die( "This is not a valid entry point.\n" );
|
||||
}
|
||||
|
||||
// Set this value to true in LocalSettings.php if you will not use this
|
||||
// extension to actually change any interwiki table entries. It will suppress
|
||||
// the addition of a log for interwiki link changes.
|
||||
$wgInterwikiViewOnly = false;
|
||||
|
||||
// Extension credits for Special:Version
|
||||
|
|
Loading…
Reference in a new issue