? _105368_ro.txt ? sites/feast-or-fa.mine.nu.drupal Index: INSTALL.txt =================================================================== RCS file: /cvs/drupal/drupal/INSTALL.txt,v retrieving revision 1.37 diff -u -p -r1.37 INSTALL.txt --- INSTALL.txt 5 Dec 2006 05:47:37 -0000 1.37 +++ INSTALL.txt 30 Dec 2006 14:10:30 -0000 @@ -87,6 +87,14 @@ INSTALLATION (i.e. http://www.example.com). You will be presented with the "Database Configuration" page. + The install script will attempt to write-protect the settings.php after + updating it with the information you provide in the installation routine. + If you make manual changes to that file later, be sure to protect it again + after making your modifications. Failure to remove write permissions to + that file is a security risk. The default location for the settings.php + file is at sites/default/settings.php, but it may be in another location + if you use the multi-site setup, as explained below. + 4. CONFIGURE DRUPAL When the install script succeeds, you will be directed to the "Welcome" page. Index: sites/default/settings.php =================================================================== RCS file: /cvs/drupal/drupal/sites/default/settings.php,v retrieving revision 1.36 diff -u -p -r1.36 settings.php --- sites/default/settings.php 22 Nov 2006 09:21:11 -0000 1.36 +++ sites/default/settings.php 30 Dec 2006 14:10:30 -0000 @@ -5,6 +5,12 @@ * @file * Drupal site-specific configuration file. * + * IMPORTANT NOTE: + * This file may have been set to read-only by the Drupal installation + * program. If you make changes to this file, be sure to protect it again + * after making your modifications. Failure to remove write permissions + * to this file is a security risk. + * * The configuration file to be loaded is based upon the rules below. * * The configuration directory will be discovered by stripping the