summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-08-28 11:42:56 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-08-28 11:42:56 +0000
commit137270097792a030114e0e92765fda9b3329ac1d (patch)
tree49c4d282cce5a843ba49d401e8ef799595219895 /sites/default
parent43d73f81c93ceda3b3380058135169dc340a7146 (diff)
downloadbrdo-137270097792a030114e0e92765fda9b3329ac1d.tar.gz
brdo-137270097792a030114e0e92765fda9b3329ac1d.tar.bz2
#170638 by JirkaRybka and chx: move update access variable to settings.php, so we can check whether it is wide open, and we have one place for settings
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 38db95fd3..6cc0aa4cc 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -94,6 +94,17 @@ $db_url = 'mysql://username:password@localhost/databasename';
$db_prefix = '';
/**
+ * Access control for update.php script
+ *
+ * If you are updating your Drupal installation using the update.php script
+ * being not logged in as administrator, 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 TRUE back to a FALSE!
+ */
+$update_free_access = FALSE;
+
+/**
* Base URL (optional).
*
* If you are experiencing issues with different site domains,