diff --git a/proxy.php b/proxy.php deleted file mode 100644 index cdbc420..0000000 --- a/proxy.php +++ /dev/null @@ -1,46 +0,0 @@ -', - '', - $contents - ); - break; - case 'swf': - // For testing - header('Content-type: application/x-shockwave-flash'); - header("Cache-Control: no-cache, must-revalidate"); - header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); - break; - default: header('Content-type: text/plain'); break; -} - -die($contents); -?>