Gazelle/sections/reportsv2/search.php
2011-03-28 15:21:28 +01:00

17 lines
355 B
PHP

<?
/*
* 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();
?>