X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=index.php;h=bc46111bd426903a637fd35f38c07cc433b7b1e0;hb=41858f3e915c0152c45ae8ba146b931b0818507c;hp=b18fb80682952d43ca2da2973bb0e1143fbce669;hpb=c93a33559f65e185dc07d823a2dbfb3ff77392fe;p=lhc%2Fweb%2Fwiklou.git diff --git a/index.php b/index.php index b18fb80682..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; it does *not* load $wgTitle require __DIR__ . '/includes/WebStart.php'; $mediaWiki = new MediaWiki();