diff --git a/PHP/huya.php b/PHP/huya.php index 7e7c804..3fe7d63 100644 --- a/PHP/huya.php +++ b/PHP/huya.php @@ -131,11 +131,11 @@ if (array_key_exists("exceptionType", $realdata)) { } } header('location:' . $mediaurl); - exit; + exit(); } elseif ($realdata["roomInfo"]["eLiveStatus"] == 3) { header('location:' . "http:" . base64_decode($realdata["roomProfile"]["liveLineUrl"])); exit(); } else { header('location:' . $mediaurl); exit(); -} \ No newline at end of file +}