diff options
Diffstat (limited to 'views/default/settings/upgrading.php')
-rw-r--r-- | views/default/settings/upgrading.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/views/default/settings/upgrading.php b/views/default/settings/upgrading.php deleted file mode 100644 index 19bc13879..000000000 --- a/views/default/settings/upgrading.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php -/** - * @package Elgg - * @subpackage Core - */ -?> - -<html> - <head> - <title><?php echo elgg_echo('upgrading'); ?></title> - <meta http-equiv="refresh" content="1;url=<?php echo elgg_get_site_url(); ?>upgrade.php?upgrade=upgrade"/> - </head> - <body bgcolor="white"> - <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" /> - </td> - </tr> - </table> - </body> -</html>
\ No newline at end of file |