install/upgrade.php
changeset 496 449b042ea6b0
parent 494 6c78cc456091
child 497 ecb636490702
equal deleted inserted replaced
495:00f5cd31217a 496:449b042ea6b0
   204   }
   204   }
   205   
   205   
   206   // Do the actual upgrade
   206   // Do the actual upgrade
   207   enano_perform_upgrade($target_branch);
   207   enano_perform_upgrade($target_branch);
   208   
   208   
   209   echo '<p>All done!</p>';
   209   $site_url = makeUrl(getConfig('main_page'), false, true);
       
   210   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>';
   210 }
   211 }
   211 else
   212 else
   212 {
   213 {
   213   ?>
   214   ?>
   214   <p>Nothing's really implemented for now except the actual migration code, which is not very smart. Just <a href="<?php echo $session->append_sid('upgrade.php?stage=pimpmyenano'); ?>">do the upgrade and get it over with</a>.</p>
   215   <p>Nothing's really implemented for now except the actual migration code, which is not very smart. Just <a href="<?php echo $session->append_sid('upgrade.php?stage=pimpmyenano'); ?>">do the upgrade and get it over with</a>.</p>