-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.php
20 lines (19 loc) · 950 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
// HARUS DISI DENGAN BENAR
// KEMUNGKINAN NGGAK WORK KECIL JIKA MELIHAT VIDEONYA DENGAN BENAR
// ISI BAGIAN xxxxxxxxxxxxxxxxxxxxxxx SAJA ";
// CONTOH = "voyager-api-key: p5DqGsYcOFucDadCvfWyjgrbk3Bs1RE1";
$headers = array();
$headers[] = "voyager-api-key: xxxxxxxxxxxxxxxxxxxxxxx";
$headers[] = "buzzbreak-api-key: xxxxxxxxxxxxxxxxxxxxxxx";
$headers[] = "buzzbreak-client: android";
$headers[] = "buzzbreak-device-id: xxxxxxxxxxxxxxxxxxxxxxx";
$headers[] = "buzzbreak-locale: in_ID";
$headers[] = "buzzbreak-app-version: xxxx";
$headers[] = "buzzbreak-account-id: xxxxxx";
$headers[] = "content-type: application/json; charset=utf-8";
$headers[] = "content-length: 29";
$headers[] = "user-agent: okhttp/3.11.0";
// KEMUNGKINAN NGGAK WORK KECIL JIKA MELIHAT VIDEONYA DENGAN BENAR
// SEMOGA MEMBANTU
?>