From 10bccd75fc5fe395c3c1e1074e50589ff1b8e01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 17 Dec 2007 12:43:34 +0000 Subject: #199400 by ChrisKennedy: use the SERVER_NAME as default site name, instead of the misleading 'Drupal' name --- profiles/default/default.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/default/default.profile b/profiles/default/default.profile index cf227dc26..15bda7601 100644 --- a/profiles/default/default.profile +++ b/profiles/default/default.profile @@ -146,6 +146,6 @@ function default_profile_tasks(&$task, $url) { function default_form_alter(&$form, $form_state, $form_id) { if ($form_id == 'install_configure') { // Set default for site name field. - $form['site_information']['site_name']['#default_value'] = 'Drupal'; + $form['site_information']['site_name']['#default_value'] = $_SERVER['SERVER_NAME']; } } -- cgit v1.2.3