X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=load.php;h=d3e980fe83c9897552882741cf9bdadee87596aa;hb=186f5f63e3d35736782e1a4f75abee9b6f228bef;hp=f363c3fa518f0f8b64463236e2521a339f5321bd;hpb=40edd09eb94a05e768eb4ec3fba482a7ddbe39cc;p=lhc%2Fweb%2Fwiklou.git diff --git a/load.php b/load.php index f363c3fa51..d3e980fe83 100644 --- a/load.php +++ b/load.php @@ -29,11 +29,7 @@ if ( !function_exists( 'version_compare' ) || version_compare( phpversion(), '5. wfPHPVersionError( 'load.php' ); } -if ( isset( $_SERVER['MW_COMPILED'] ) ) { - require ( 'phase3/includes/WebStart.php' ); -} else { - require ( __DIR__ . '/includes/WebStart.php' ); -} +require ( __DIR__ . '/includes/WebStart.php' ); wfProfileIn( 'load.php' );