mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 10:56:26 +00:00
17 lines
355 B
PHP
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();
|
||
|
?>
|