X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=index.php;h=bc46111bd426903a637fd35f38c07cc433b7b1e0;hb=fab8c6f541a12e3ddc13da3517cd113f2936b56a;hp=8885d0e675e763afe3596de2b44062da80146903;hpb=11cb289cfc45fd40056bccae208934b11c98c10e;p=lhc%2Fweb%2Fwiklou.git diff --git a/index.php b/index.php index 8885d0e675..bc46111bd4 100644 --- a/index.php +++ b/index.php @@ -40,9 +40,6 @@ if ( !function_exists( 'version_compare' ) || version_compare( phpversion(), '5. wfPHPVersionError( 'index.php' ); } -# Initialise common code. This gives us access to GlobalFunctions, the -# AutoLoader, and the globals $wgRequest, $wgOut, $wgUser, $wgLang and -# $wgContLang, amongst others require __DIR__ . '/includes/WebStart.php'; $mediaWiki = new MediaWiki();