From b20618aa129e670ee8e9934acba071b7d890ce61 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 28 Mar 2007 14:08:23 +0000 Subject: - Patch #128866 by Gabor et al: new language subsystem fixes. --- sites/default/settings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sites') diff --git a/sites/default/settings.php b/sites/default/settings.php index eda139276..42df5e25d 100644 --- a/sites/default/settings.php +++ b/sites/default/settings.php @@ -112,7 +112,7 @@ $db_prefix = ''; * It is not allowed to have a trailing slash; Drupal will add it * for you. */ -//$base_url = 'http://localhost'; // NO trailing slash! +# $base_url = 'http://www.example.com'; // NO trailing slash! /** * PHP settings: @@ -135,7 +135,6 @@ 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