From eb0caa354ea6fec8d63f930ee249121c09eec1b7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Mar 2007 01:32:22 +0000 Subject: - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem. --- sites/default/settings.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sites') 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. -- cgit v1.2.3