1.20.x drupal.inc drupal_settings_initialize()

Sets the base URL, cookie domain, and session name from configuration.

Deprecated

since 1.0.0

See also

backdrop_settings_initialize()

Related topics

File

includes/drupal.inc, line 106
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_settings_initialize() {
  backdrop_settings_initialize();
}