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.

closed.php 189B

12345678910
  1. <?
  2. BIC::challenge();
  3. View::show_header('Registration Closed');
  4. ?>
  5. <div style="width: 500px;">
  6. <strong>Sorry, the site is currently invite only.</strong>
  7. </div>
  8. <?
  9. View::show_footer();
  10. ?>