switch to "token"

This commit is contained in:
Thies Mueller
2026-06-20 15:26:37 +02:00
parent 3ceeeb6df6
commit f57ae03b88
+1 -1
View File
@@ -30,7 +30,7 @@ function pageTeam($message, $pagerApi, $pagerApiSecret)
CURLOPT_POSTFIELDS => $message,
CURLOPT_HTTPHEADER => [
'Content-Type: text/plain',
'Authorization: Bearer ' . $pagerApiSecret
'Authorization: Token ' . $pagerApiSecret
]
]);