Gazelle/sections/reportsv2/search.php

21 lines
397 B
PHP
Raw Normal View History

2011-03-28 14:21:28 +00:00
<?
/*
2012-09-23 08:00:25 +00:00
* TODO: I'm not writing documentation for this page until I write this page >.>
2011-03-28 14:21:28 +00:00
*/
if(!check_perms('admin_reports')){
error(403);
}
show_header('Reports V2!', 'reportsv2');
2012-08-19 08:00:19 +00:00
2011-03-28 14:21:28 +00:00
?>
2012-08-19 08:00:19 +00:00
<div class="header">
<h2>Search</h2>
<? include('header.php'); ?>
</div>
2011-03-28 14:21:28 +00:00
<br />
2012-09-23 08:00:25 +00:00
On hold until FZeroX fixes the main torrents search; then I will steal all his work and claim it as my own.
2011-03-28 14:21:28 +00:00
<?
show_footer();
2012-09-23 08:00:25 +00:00
?>