forked from ORGANISATION-KA-INTERNATIONALE/FEDIVERSE-OKI
feat: remplace kaubuntu by OKI
This commit is contained in:
+1
-1
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user