diff options
| author | lolcat <will@lolcat.ca> | 2026-06-08 00:48:34 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-06-08 00:48:34 -0400 |
| commit | 7d8b12ba9dc949bde1305d303088ac957d325cc0 (patch) | |
| tree | 9d804f8c0b336a5165f70b114bb44cc8c10cf97c /audio/linear.php | |
| parent | a430ef5a124b0f3a362f185d61d526ed73aad12f (diff) | |
cleaning up useless shit
Diffstat (limited to 'audio/linear.php')
| -rw-r--r-- | audio/linear.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/linear.php b/audio/linear.php deleted file mode 100644 index b6a848f..0000000 --- a/audio/linear.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()); -} |
