Removes 'languageshtml' property in mediawiki API's 'parse' action
[lhc/web/wiklou.git] / index.php
index b18fb80..bc46111 100644 (file)
--- 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();