Tweak comment, we don't create LS in the conf dir anymore, you have to upload it
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 26 Feb 2011 12:56:32 +0000 (12:56 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 26 Feb 2011 12:56:32 +0000 (12:56 +0000)
includes/WebStart.php

index b212397..27670ad 100644 (file)
@@ -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();