Index: trunk/extensions/MultiUpload/SpecialMultipleUpload.php |
— | — | @@ -44,10 +44,6 @@ |
45 | 45 | } |
46 | 46 | |
47 | 47 | /** |
48 | | - * |
49 | | - */ |
50 | | -require_once 'SpecialUpload.php'; |
51 | | -/** |
52 | 48 | * Entry point |
53 | 49 | */ |
54 | 50 | function wfSpecialMultipleUpload() { |
— | — | @@ -476,4 +472,4 @@ |
477 | 473 | $wgOut->addHTML( $text ); |
478 | 474 | } |
479 | 475 | return true; |
480 | | -} |
\ No newline at end of file |
| 476 | +} |
Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php |
— | — | @@ -41,8 +41,6 @@ |
42 | 42 | # Support is available at http://www.mediawiki.org/wiki/Extension_talk:LDAP_Authentication |
43 | 43 | # |
44 | 44 | |
45 | | -require_once( 'AuthPlugin.php' ); |
46 | | - |
47 | 45 | //constants for search base |
48 | 46 | define("GROUPDN", 0); |
49 | 47 | define("USERDN", 1); |
— | — | @@ -1813,9 +1811,6 @@ |
1814 | 1812 | } |
1815 | 1813 | $wgAuth->printDebug( "User does not exist in local database; creating.", NONSENSITIVE ); |
1816 | 1814 | |
1817 | | - //Require SpecialUserlogin so that we can get a loginForm |
1818 | | - require_once( 'SpecialUserlogin.php' ); |
1819 | | - |
1820 | 1815 | //This section contains a silly hack for MW |
1821 | 1816 | global $wgLang; |
1822 | 1817 | global $wgContLang; |
Index: trunk/extensions/CentralAuth/SpecialGlobalUsers.php |
— | — | @@ -1,7 +1,5 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -require_once( 'SpecialListusers.php' ); |
5 | | - |
6 | 4 | class SpecialGlobalUsers extends SpecialPage { |
7 | 5 | |
8 | 6 | function __construct() { |
Index: trunk/extensions/Wikidata/AddPrefs.php |
— | — | @@ -38,8 +38,6 @@ |
39 | 39 | |
40 | 40 | function wfSpecialPreferencesExtension() |
41 | 41 | { |
42 | | - require_once('SpecialPreferences.php'); |
43 | | - |
44 | 42 | // override the default preferences form |
45 | 43 | class SpecialPreferencesExtension extends PreferencesForm |
46 | 44 | { |