From: Chad Horohoe Date: Sat, 26 Feb 2011 12:56:32 +0000 (+0000) Subject: Tweak comment, we don't create LS in the conf dir anymore, you have to upload it X-Git-Tag: 1.31.0-rc.0~31760 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=5b1985f117ab753030f042d843409def273b5f2d;p=lhc%2Fweb%2Fwiklou.git Tweak comment, we don't create LS in the conf dir anymore, you have to upload it --- 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();