mirror of
https://github.com/SubleXBle/Fail2Ban-Report.git
synced 2026-05-20 15:18:31 -05:00
Update update.php
This commit is contained in:
@@ -5,7 +5,7 @@ header('Content-Type: application/json');
|
||||
|
||||
require_once __DIR__ . '/../Settings/paths.php'; // optional für globale Pfade
|
||||
define('CLIENT_LIST', __DIR__ . '/../Settings/client-list.json');
|
||||
define('UPDATE_FILE', __DIR__ . '/update.json');
|
||||
define('UPDATE_FILE', __DIR__ . '/../archive/update.json');
|
||||
define('BLOCKLIST_BASE', __DIR__ . '/../archive/');
|
||||
|
||||
// Hilfsfunktion für JSON-Antworten
|
||||
|
||||
Reference in New Issue
Block a user