X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=index.php;h=8885d0e675e763afe3596de2b44062da80146903;hb=4b58dcbab14598bc4a1e21fb7ed4c13a71ef910d;hp=b18fb80682952d43ca2da2973bb0e1143fbce669;hpb=ae857e90c5c7914d70c070cea6b125e6aaf72ce5;p=lhc%2Fweb%2Fwiklou.git diff --git a/index.php b/index.php index b18fb80682..8885d0e675 100644 --- a/index.php +++ b/index.php @@ -42,7 +42,7 @@ if ( !function_exists( 'version_compare' ) || version_compare( phpversion(), '5. # 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 +# $wgContLang, amongst others require __DIR__ . '/includes/WebStart.php'; $mediaWiki = new MediaWiki();