diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-14 18:28:08 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-14 18:28:08 +0000 |
commit | 7caac9640259aacabbf19c22f7cbbf77ae97b4e3 (patch) | |
tree | 2bb6847d4f97bc8f4b4ddd3111a950e006e6d09f /views | |
parent | 2b9f88ed50cfc2e1bb209e1ce45589e2499ee170 (diff) | |
download | elgg-7caac9640259aacabbf19c22f7cbbf77ae97b4e3.tar.gz elgg-7caac9640259aacabbf19c22f7cbbf77ae97b4e3.tar.bz2 |
Refs #2733 added explanation on the security of the upgrade script
git-svn-id: http://code.elgg.org/elgg/trunk@7620 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/page/shells/upgrade.php (renamed from views/default/settings/upgrading.php) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/default/settings/upgrading.php b/views/default/page/shells/upgrade.php index 19bc13879..b598c3c6a 100644 --- a/views/default/settings/upgrading.php +++ b/views/default/page/shells/upgrade.php @@ -1,10 +1,10 @@ <?php /** - * @package Elgg - * @subpackage Core + * Page shell for upgrade script + * + * Displays an ajax loader until upgrade is complete */ ?> - <html> <head> <title><?php echo elgg_echo('upgrading'); ?></title> @@ -14,7 +14,7 @@ <table width="100%" height="100%" border="0" style="margin: 0px; padding: 0px"> <tr> <td width="100%" height="100%" valign="middle" align="center"> - <img src="<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif" /> + <img src="<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif" alt="upgrading" /> </td> </tr> </table> |