Gazelle/sections/reportsv2/search.php
2012-09-23 08:00:25 +00:00

21 lines
397 B
PHP

<?
/*
* TODO: I'm not writing documentation for this page until I write this page >.>
*/
if(!check_perms('admin_reports')){
error(403);
}
show_header('Reports V2!', 'reportsv2');
?>
<div class="header">
<h2>Search</h2>
<? include('header.php'); ?>
</div>
<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();
?>