diff -r d972b1276d95 -r 49db7495f6b8 plugins/admin/Home.php --- a/plugins/admin/Home.php Thu Jul 01 18:25:04 2010 -0400 +++ b/plugins/admin/Home.php Thu Jul 01 20:24:19 2010 -0400 @@ -50,6 +50,16 @@ echo ''; } + // Upgrade success + if ( getConfig('newly_upgraded') ) + { + setConfig('newly_upgraded', false); + echo '
' + . '

' . $lang->get('acphome_msg_upgrade_success_title') . '

' + . '

' . $lang->get('acphome_msg_upgrade_success_body') . '

' + . '
'; + } + // Check for the installer scripts if( file_exists(ENANO_ROOT.'/install/install.php') && !defined('ENANO_DEMO_MODE') ) {