Rename visible product to URBM

This commit is contained in:
Mikei386
2026-06-14 14:05:10 +02:00
parent 449647be12
commit 7cae5dc168
14 changed files with 38 additions and 28 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if (!preg_match('#^/v1/[A-Za-z0-9_./?=&%:-]*$#', $path) || str_contains($path, '
if (!file_exists($socket)) {
http_response_code(503);
echo json_encode(['error' => 'Backupper daemon is not running']);
echo json_encode(['error' => 'URBM daemon is not running']);
exit;
}