summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
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 /includes/bootstrap.inc
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 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 939d26c6a..17d4e0b07 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -274,7 +274,7 @@ function conf_init() {
global $base_url, $base_path, $base_root;
// Export the following settings.php variables to the global namespace
- global $db_url, $db_prefix, $cookie_domain, $conf, $installed_profile;
+ global $db_url, $db_prefix, $cookie_domain, $conf, $installed_profile, $update_free_access;
$conf = array();
if (file_exists('./'. conf_path() .'/settings.php')) {