http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82848

Revision: 82848
Author:   demon
Date:     2011-02-26 12:56:32 +0000 (Sat, 26 Feb 2011)
Log Message:
-----------
Tweak comment, we don't create LS in the conf dir anymore, you have to upload it

Modified Paths:
--------------
    trunk/phase3/includes/WebStart.php

Modified: trunk/phase3/includes/WebStart.php
===================================================================
--- trunk/phase3/includes/WebStart.php  2011-02-26 12:51:35 UTC (rev 82847)
+++ trunk/phase3/includes/WebStart.php  2011-02-26 12:56:32 UTC (rev 82848)
@@ -103,8 +103,8 @@
                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();


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to