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.

search.php 395B

12345678910111213141516171819202122
  1. <?php
  2. /*
  3. * todo: I'm not writing documentation for this page until I write this page >.>
  4. */
  5. if (!check_perms('admin_reports')) {
  6. error(403);
  7. }
  8. View::show_header('Reports V2!', 'reportsv2');
  9. ?>
  10. <div class="header">
  11. <h2>Search</h2>
  12. <?php include('header.php'); ?>
  13. </div>
  14. <div class="box pad">
  15. On hold until someone fixes the main torrents search.
  16. </div>
  17. <?php
  18. View::show_footer();