<?php ?> <html> <head> <title><?php echo elgg_echo('upgrading'); ?></title> <meta http-equiv="refresh" content="1;url=<?php echo $vars['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 $vars['url']; ?>_graphics/ajax_loader.gif" /> </td> </tr> </table> </body> </html>