equal
deleted
inserted
replaced
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 $site_url = makeUrl(getConfig('main_page'), false, true); |
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 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>'; |
|
211 echo '<p><b>It is important that you run a language string re-import and then clear your browser cache.</b> Otherwise you may see bits of the interface that appear to not be localized. This process will be automatic and non-destructive in later versions.</p>'; |
211 } |
212 } |
212 else |
213 else |
213 { |
214 { |
214 ?> |
215 ?> |
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> |
216 <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> |