diff options
| author | lolcat <will@lolcat.ca> | 2024-03-24 22:47:19 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-03-24 22:47:19 -0400 |
| commit | bbc5a897797e168a79236bc49f5ed889a7049efe (patch) | |
| tree | f1e2a202964edca3642ceaf146bc9ce30b2db96b /audio.php | |
| parent | fea09d95801489cc273843e319b3e98e7ce63b00 (diff) | |
removed these fucking files AGAIN
Diffstat (limited to 'audio.php')
| -rw-r--r-- | audio.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio.php b/audio.php deleted file mode 100644 index fac4d7f..0000000 --- a/audio.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php - -if(!isset($_GET["s"])){ - - http_response_code(404); - header("X-Error: No SOUND(s) provided!"); - die(); -} - -include "data/config.php"; -include "lib/curlproxy.php"; -$proxy = new proxy(); - -try{ - - $proxy->stream_linear_audio($_GET["s"]); -}catch(Exception $error){ - - header("X-Error: " . $error->getMessage()); -} |
