Issue #1716920 by Albert Volkman: Fixed override example documentation needs updating.

8.0.x
webchick 2012-09-06 22:27:31 -07:00
parent add658801c
commit 8e5650ac20
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ ini_set('session.cookie_lifetime', 2000000);
* - anonymous: Defines the human-readable name of anonymous users.
* Remove the leading hash signs to enable.
*/
# $conf['site_name'] = 'My Drupal site';
# $conf['system.site']['name'] = 'My Drupal site';
# $conf['theme_default'] = 'stark';
# $conf['anonymous'] = 'Visitor';