diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-01-23 18:02:44 -0800 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-01-23 18:02:44 -0800 |
commit | be523eb86e6578030e022da4ff2143087a82eb67 (patch) | |
tree | 7471161684ef010f6433d626da79517f36be3f29 /engine/lib | |
parent | 4f83dc53bfd2dc8a4bf4cc968e9520a5451b9b46 (diff) | |
download | elgg-be523eb86e6578030e022da4ff2143087a82eb67.tar.gz elgg-be523eb86e6578030e022da4ff2143087a82eb67.tar.bz2 |
Refs #4147. Changed default site name to "My New Community."
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/configuration.php | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |