* {{PLURAL:}} now handles formatted numbers correctly
[lhc/web/wiklou.git] / redirect.php
index 23db327..4718600 100644 (file)
@@ -1,10 +1,6 @@
 <?php
-unset( $DP );
-unset( $IP );
-$wgCommandLineMode = false;
-define( 'MEDIAWIKI', true );
-
-require_once( './LocalSettings.php' );
+define( 'MW_NO_SETUP', 1 );
+require_once( './includes/WebStart.php' );
 global $wgArticlePath;
 
 require_once( 'includes/WebRequest.php' );