mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
21 lines
409 B
PHP
21 lines
409 B
PHP
<?
|
|
/*
|
|
* TODO: I'm not writing documentation for this page until I write this page >.>
|
|
*/
|
|
if(!check_perms('admin_reports')){
|
|
error(403);
|
|
}
|
|
|
|
View::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.
|
|
<?
|
|
View::show_footer();
|
|
?>
|