X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=load.php;h=1d6a242575af3462c65b640b6a159360e07b9437;hb=2676e7fc3bdcd6b10deb9a499593f085cd683368;hp=e65b09ef17d97e7e30cbc1045aee0e17e56fd846;hpb=f84ebddc133361ca023d1c9305fcc5bbb785e2d8;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;