clipbucket/upload/install/steps/step_upgrade_2.php

11 lines
545 B
PHP
Raw Normal View History

2010-02-14 09:25:08 +00:00
<div class="content">
<h2>Upgrading ClipBucket <?=the_version()?> to <?=VERSION?></h2>
Please follow all steps , this may take few minutes....
<div id="the_results" style="border:1px solid #CCC; background-color:#FBFBFB; margin:10px auto; padding:5px">
<strong>Step 1/6 - Importing database</strong>
<?php include("msgs.php") ?>
<a href="javascript:void(0)" onClick="import_users()">Click Here To Continue Upgrading...</a>
</div>
</div>
2010-04-28 17:02:12 +00:00
<div class="footer" align="right"></div>
2010-02-14 09:25:08 +00:00
<?=the_installer_footer()?>