Gazelle/sections/reportsv2/search.php

17 lines
355 B
PHP
Raw Normal View History

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