diff options
Diffstat (limited to 'sites/default')
-rw-r--r-- | sites/default/settings.php | 3 |
1 files changed, 1 insertions, 2 deletions
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. |