Update address to playlist.json
This commit is contained in:
parent
acd010e923
commit
03082153e1
@ -10,7 +10,7 @@ header('Content-Type: application/json');
|
||||
class Generator {
|
||||
|
||||
public function json (){
|
||||
$json = file_get_contents("https://git.cwinfo.net/cwchristerw/radio/raw/branch/master/playlist.json");
|
||||
$json = file_get_contents("https://git.waren.io/cwchristerw/radio/raw/branch/master/playlist.json");
|
||||
$json = str_replace("aw_0_1st.skey=1701171117", "aw_0_1st.skey=".time(),$json);
|
||||
echo $json;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user