diff -r 00f5cd31217a -r 449b042ea6b0 install/upgrade.php --- a/install/upgrade.php Sat Mar 08 12:13:23 2008 -0500 +++ b/install/upgrade.php Sat Mar 08 12:22:05 2008 -0500 @@ -206,7 +206,8 @@ // Do the actual upgrade enano_perform_upgrade($target_branch); - echo '

All done!

'; + $site_url = makeUrl(getConfig('main_page'), false, true); + echo '

All done! I\'ll actually be nice enough to give you a link back to your site this release :)

'; } else {