diff --git a/core/update.php b/core/update.php index 968e8f4..8bc1dd0 100644 --- a/core/update.php +++ b/core/update.php @@ -263,6 +263,9 @@ function update_results_page() { return $output; } +/** + * Provides overview of Drupal database update. + */ function update_info_page() { // Change query-strings on css/js files to enforce reload for all users. _drupal_flush_css_js(); @@ -288,6 +291,9 @@ function update_info_page() { return $output; } +/** + * Renders a 403 access denied page for update.php. + */ function update_access_denied_page() { drupal_add_http_header('Status', '403 Forbidden'); watchdog('access denied', 'update.php', array(), WATCHDOG_WARNING);