X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=load.php;h=43c2fafce817a999276364e1acd7ba299f415664;hb=16aad56c847b9fc02774f358ceebe55445a872f0;hp=e65b09ef17d97e7e30cbc1045aee0e17e56fd846;hpb=612753f1841a9ffdb6adbf3128c026064938a15f;p=lhc%2Fweb%2Fwiklou.git diff --git a/load.php b/load.php index e65b09ef17..43c2fafce8 100644 --- a/load.php +++ b/load.php @@ -24,11 +24,6 @@ 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';