summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-09 07:48:07 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-09 07:48:07 +0000
commit7df3f37295ed548fbded2896f8e4b5bf80b4778c (patch)
tree8f17f583cc29f45479cab8e900d78f079d802c76 /sites/default
parentbd48d8be7e4de21f7e8365fc38718c396cd745a5 (diff)
downloadbrdo-7df3f37295ed548fbded2896f8e4b5bf80b4778c.tar.gz
brdo-7df3f37295ed548fbded2896f8e4b5bf80b4778c.tar.bz2
#67234 by Ralf, Dave Reid, David_Rothstein, Rob Loach, dww, et al: Added a permission to update.php.
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 161840cff..937cc420e 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -157,7 +157,8 @@ $db_prefix = '';
* Access control for update.php script
*
* If you are updating your Drupal installation using the update.php script but
- * are not logged in using the site maintenance account (the account that was
+ * are not logged in using either an account with the "Administer software
+ * updates" permission or the site maintenance account (the account that was
* created during installation), you will need to modify the access check
* statement below. Change the FALSE to a TRUE to disable the access check.
* After finishing the upgrade, be sure to open this file again and change the