From: Nimish Gautam Date: Wed, 15 Sep 2010 21:13:57 +0000 (+0000) Subject: added line expressly stating where the extensions are included X-Git-Tag: 1.31.0-rc.0~34905 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=634526602f8d410467ea85eea6b8e3effdeda9c1;p=lhc%2Fweb%2Fwiklou.git added line expressly stating where the extensions are included --- diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 645aca1cdd..1ddc700f8a 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -304,6 +304,9 @@ if ( \$wgCommandLineMode ) { # When you make changes to this configuration file, this will make # sure that cached pages are cleared. \$wgCacheEpoch = max( \$wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) ); + +# Enabled Extensions. Most extensions are enabled by including the base extension file here +# but check specific extension documentation for more details "; }