From be523eb86e6578030e022da4ff2143087a82eb67 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Mon, 23 Jan 2012 18:02:44 -0800 Subject: Refs #4147. Changed default site name to "My New Community." --- engine/lib/configuration.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'engine/lib/configuration.php') diff --git a/engine/lib/configuration.php b/engine/lib/configuration.php index 12ca665bf..144b99fff 100644 --- a/engine/lib/configuration.php +++ b/engine/lib/configuration.php @@ -558,13 +558,11 @@ function set_default_config() { 'plugins_path' => "$install_root/mod/", 'wwwroot' => $www_root, 'url' => $www_root, - 'site_name' => 'New Elgg site', 'language' => 'en', // compatibility with old names for ppl not using get_config() 'viewpath' => "$install_root/views/", 'pluginspath' => "$install_root/mod/", - 'sitename' => 'New Elgg site', ); foreach ($defaults as $name => $value) { -- cgit v1.2.3