From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- mw-config/index.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mw-config') diff --git a/mw-config/index.php b/mw-config/index.php index 2823210a..570b426e 100644 --- a/mw-config/index.php +++ b/mw-config/index.php @@ -24,11 +24,7 @@ define( 'MW_CONFIG_CALLBACK', 'Installer::overrideConfig' ); define( 'MEDIAWIKI_INSTALL', true ); chdir( dirname( __DIR__ ) ); -if ( isset( $_SERVER['MW_COMPILED'] ) ) { - require ( 'core/includes/WebStart.php' ); -} else { - require( dirname( __DIR__ ) . '/includes/WebStart.php' ); -} +require dirname( __DIR__ ) . '/includes/WebStart.php'; wfInstallerMain(); -- cgit v1.2.2