From 5b1985f117ab753030f042d843409def273b5f2d Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 26 Feb 2011 12:56:32 +0000 Subject: [PATCH] Tweak comment, we don't create LS in the conf dir anymore, you have to upload it --- includes/WebStart.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/WebStart.php b/includes/WebStart.php index b2123972be..27670ad086 100644 --- a/includes/WebStart.php +++ b/includes/WebStart.php @@ -103,8 +103,8 @@ if ( defined( 'MW_CONFIG_CALLBACK' ) ) { define('MW_CONFIG_FILE', "$IP/LocalSettings.php"); # LocalSettings.php is the per site customization file. If it does not exist - # the wiki installer needs to be launched or the generated file moved from - # ./mw-config/ to ./ + # the wiki installer needs to be launched or the generated file uploaded to + # the root wiki directory if( !file_exists( MW_CONFIG_FILE ) ) { require_once( "$IP/includes/templates/NoLocalSettings.php" ); die(); -- 2.20.1