success.phtml 412 B

123456789
  1. <p>
  2. The installation has been completed successfully.
  3. </p>
  4. <p>
  5. To import your data from a previous PHP Pro Bid v6.x installation, please <a href="<?php echo $this->url(array('action' => 'importer')); ?>">click here</a>.
  6. </p>
  7. <p>
  8. Otherwise, <a href="<?php echo $this->url(null, 'app-home'); ?>">click here</a> to access your website. Please note that you will have to activate your license first.
  9. </p>