mirror of
https://github.com/SubleXBle/Fail2Ban-Report.git
synced 2026-02-11 03:09:03 -06:00
Update unblock-ip.php
This commit is contained in:
@@ -16,7 +16,7 @@ function unblockIp($ip) {
|
||||
];
|
||||
}
|
||||
|
||||
$jsonFile = __DIR__ . 'archive/blocklist.json';
|
||||
$jsonFile = 'archive/blocklist.json';
|
||||
$data = [];
|
||||
|
||||
// Read existing blocklist
|
||||
|
||||
Reference in New Issue
Block a user