diff --git a/generatorv2.php b/generatorv2.php index c39143d..f387d70 100644 --- a/generatorv2.php +++ b/generatorv2.php @@ -10,13 +10,13 @@ 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; - + } - + } $generator = new Generator;