update_progress_page
./update.php, строка 405
- Версии
- 5
update_progress_page()
Код
<?php
function update_progress_page() {
// Prevent browser from using cached drupal.js or update.js
drupal_add_js('misc/progress.js', 'core', 'header', FALSE, TRUE);
drupal_add_js('misc/update.js', 'core', 'header', FALSE, TRUE);
drupal_set_title('Updating');
$output = '<div id="progress"></div>';
$output .= '<p id="wait">Please wait while your site is being updated.</p>';
return $output;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии