BioTorrents.de’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 169B

123456
  1. <?php
  2. declare(strict_types=1);
  3. View::show_header('Registration Closed');
  4. echo '<p><strong>Sorry, the site is currently invite only.</strong></p>';
  5. View::show_footer();