constant UPDATE_DEFAULT_URL in Drupal 6
Same name and namespace in other branches
- 7 modules/update/update.module \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 modules/
update/ update.fetch.inc - Return the base of the URL to fetch available update data for a project.
File
- modules/
update/ update.module, line 14 - The "Update status" module checks for available updates of Drupal core and any installed contributed modules and themes. It warns site administrators if newer releases are available via the system status report (admin/reports/status), the…
Code
define('UPDATE_DEFAULT_URL', 'http://updates.drupal.org/release-history');