feat: remplace kaubuntu by OKI

This commit is contained in:
2025-10-17 12:24:02 +04:00
parent a5fc9843e3
commit 2602d4099d
11 changed files with 71 additions and 67 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ function callPeerTubeApiOriginal($endpoint, $params = []) {
curl_setopt($ch, CURLOPT_MAXREDIRS, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
curl_setopt($ch, CURLOPT_USERAGENT, 'KaubuntuRe/1.0');
curl_setopt($ch, CURLOPT_USERAGENT, 'fediverse-oki/1.0');
// Ajouter la clé API si définie
if (defined('API_KEY') && !empty(API_KEY)) {