Update update.php

This commit is contained in:
SubleXBle
2025-08-23 04:35:42 +02:00
committed by GitHub
parent eae6406055
commit 47739cccc6
+1 -1
View File
@@ -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