constant UPDATE_DEFAULT_URL

URL to check for updates, if a given project doesn't define its own.

1 use of UPDATE_DEFAULT_URL
_update_get_fetch_url_base in drupal/core/modules/update/update.fetch.inc
Returns the base of the URL to fetch available update data for a project.

File

drupal/core/modules/update/update.module, line 17
Handles updates of Drupal core and contributed projects.

Code

const UPDATE_DEFAULT_URL = 'http://updates.drupal.org/release-history';