first commit
This commit is contained in:
commit
098f59b644
3632 changed files with 518046 additions and 0 deletions
11
mailcow/data/web/f2b-banlist.php
Normal file
11
mailcow/data/web/f2b-banlist.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
|
||||
|
||||
if (isset($_GET['id'])) {
|
||||
header('Content-Type: text/plain');
|
||||
echo fail2ban('banlist', 'get', $_GET['id']);
|
||||
} else {
|
||||
header('HTTP/1.1 404 Not Found');
|
||||
exit;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue