changeset 496 | 449b042ea6b0 |
parent 494 | 6c78cc456091 |
child 497 | ecb636490702 |
--- 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 '<p>All done!</p>'; + $site_url = makeUrl(getConfig('main_page'), false, true); + echo '<p>All done! I\'ll actually be nice enough to give you a <a href="' . $site_url . '">link back to your site</a> this release <tt>:)</tt></p>'; } else {