We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4357d19 commit 2bf3ea8Copy full SHA for 2bf3ea8
1 file changed
src/abuse_admin.php
@@ -29,7 +29,7 @@ function_requirements('has_acl');
29
}
30
page_title('Report Abuse');
31
$headers = get_default_mail_headers(['TITLE' => 'Abuse', 'EMAIL_FROM' => 'abuse@interserver.net']);
32
- $email_template = file_get_contents(__DIR__.'/templates/admin/abuse.tpl');
+ $email_template = file_get_contents(__DIR__.'/templates/abuse.tpl');
33
/* stats to get
34
biggest abusers (today, 3 day, 7 day, etc..)
35
Optionally limit abuse results to a single username
0 commit comments