Oppaitime's version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

step2.php 285B

1234567891011
  1. <?
  2. BIC::challenge();
  3. View::show_header('Registration Complete');
  4. ?>
  5. <div style="width: 500px;">
  6. <strong>Congratulations! Your account has been created.</strong><br />
  7. You can now log into your account using the <a href="login.php">login</a> page.
  8. </div>
  9. <?
  10. View::show_footer();
  11. ?>