diff options
| author | lolcat <will@lolcat.ca> | 2026-06-08 00:48:34 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-21 14:54:20 -0700 |
| commit | 705845f0accb20c5940e40bfc14e56b3d3a64d14 (patch) | |
| tree | cdec43cde21aa407e006dab77aa7e308628b3e50 /audio/seekable.php | |
| parent | 48c80bd0d3978711e7dc9ee203bc971e6f4b4fd8 (diff) | |
cleaning up useless shit
Diffstat (limited to 'audio/seekable.php')
| -rw-r--r-- | audio/seekable.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/seekable.php b/audio/seekable.php deleted file mode 100644 index b6a848f..0000000 --- a/audio/seekable.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()); -} |
