Skip to content
Snippets Groups Projects
Verified Commit ce54b1ea authored by Juraj Nemec's avatar Juraj Nemec
Browse files

Issue #3463022 by avpaderno: Correct a comment in drupal_settings_initialize()

parent ee5aea69
No related branches found
No related tags found
No related merge requests found
Pipeline #356971 passed
Pipeline: drupal

#356981

    Pipeline: drupal

    #356980

      Pipeline: drupal

      #356979

        +7
        ......@@ -807,8 +807,8 @@ function drupal_settings_initialize() {
        // Otherwise use $base_url as session name, without the protocol
        // to use the same session identifiers across HTTP and HTTPS.
        list( , $session_name) = explode('://', $base_url, 2);
        // HTTP_HOST can be modified by a visitor, but we already sanitized it
        // in drupal_settings_initialize().
        // HTTP_HOST can be modified by a visitor, but we already sanitized it in
        // drupal_environment_initialize().
        if (!empty($_SERVER['HTTP_HOST'])) {
        $cookie_domain = _drupal_get_cookie_domain($_SERVER['HTTP_HOST']);
        }
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please to comment