Update download.php

This commit is contained in:
SubleXBle
2025-08-23 17:57:07 +02:00
committed by GitHub
parent 18ef52f9a7
commit 49c1e60025

View File

@@ -3,7 +3,7 @@
// === Konfiguration ===
$CLIENTS_FILE = "/opt/Fail2Ban-Report/Settings/client-list.json";
$BLOCKLIST_BASE = __DIR__ . "/endpoint/"; // Basis-Pfad zu den Blocklists
$BLOCKLIST_BASE = __DIR__ . "/"; // Basis-Pfad zu den Blocklists
// --- Hilfsfunktion für JSON-Antworten ---
function respond($statusCode, $data) {