summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-03-26 01:32:22 +0000
committerDries Buytaert <dries@buytaert.net>2007-03-26 01:32:22 +0000
commiteb0caa354ea6fec8d63f930ee249121c09eec1b7 (patch)
treece8a8238193314fc604c11830671201ab18b8445 /sites
parent5739c24c1450a81777813610021bfa452138a939 (diff)
downloadbrdo-eb0caa354ea6fec8d63f930ee249121c09eec1b7.tar.gz
brdo-eb0caa354ea6fec8d63f930ee249121c09eec1b7.tar.bz2
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.
Diffstat (limited to 'sites')
-rw-r--r--sites/default/settings.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/sites/default/settings.php b/sites/default/settings.php
index 42df5e25d..3da74f077 100644
--- a/sites/default/settings.php
+++ b/sites/default/settings.php
@@ -90,7 +90,7 @@
* $db_url = 'mysqli://username:password@localhost/databasename';
* $db_url = 'pgsql://username:password@localhost/databasename';
*/
-$db_url = 'mysql://username:password@localhost/databasename';
+$db_url = 'mysql://doug:civicactions@localhost/doug_drupal6_lang';
$db_prefix = '';
/**
@@ -112,7 +112,7 @@ $db_prefix = '';
* It is not allowed to have a trailing slash; Drupal will add it
* for you.
*/
-# $base_url = 'http://www.example.com'; // NO trailing slash!
+$base_url = 'http://localhost/doug6lang'; // NO trailing slash!
/**
* PHP settings:
@@ -135,6 +135,7 @@ ini_set('session.save_handler', 'user');
ini_set('session.use_only_cookies', 1);
ini_set('session.use_trans_sid', 0);
ini_set('url_rewriter.tags', '');
+ini_set('safe_mode', 1); // because my scripts actually take longer!
/**
* We try to set the correct cookie domain.