X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=load.php;h=1d6a242575af3462c65b640b6a159360e07b9437;hb=0ab874b730e52c2c98b212379bbb31e8ff3b2eb1;hp=e65b09ef17d97e7e30cbc1045aee0e17e56fd846;hpb=e5361a6a6d1c1786c8dc2e8e7e69fb1a1d7a310b;p=lhc%2Fweb%2Fwiklou.git diff --git a/load.php b/load.php index e65b09ef17..1d6a242575 100644 --- a/load.php +++ b/load.php @@ -24,14 +24,8 @@ use MediaWiki\Logger\LoggerFactory; -// Bail on old versions of PHP, or if composer has not been run yet to install -// dependencies. Using dirname( __FILE__ ) here because __DIR__ is PHP5.3+. -require_once dirname( __FILE__ ) . '/includes/PHPVersionCheck.php'; -wfEntryPointCheck( 'load.php' ); - require __DIR__ . '/includes/WebStart.php'; - // URL safety checks if ( !$wgRequest->checkUrlExtension() ) { return;