X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=load.php;h=1d6a242575af3462c65b640b6a159360e07b9437;hb=096c8c08c058ed8d899e412d459f4b86b5ab7c62;hp=e65b09ef17d97e7e30cbc1045aee0e17e56fd846;hpb=2c97164bf842465ca5fc310414f7c0bbc7c7993f;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;