From 5b79ac6b32c18f195f6ce0dc5712880d5a31c6b9 Mon Sep 17 00:00:00 2001 From: Tim Mickel Date: Fri, 5 Sep 2014 15:32:31 -0400 Subject: [PATCH] Remove proxy.php --- proxy.php | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 proxy.php 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); -?>