diff --git a/_compile.php b/_compile.php index 2a0242b4..412fb86d 100644 --- a/_compile.php +++ b/_compile.php @@ -92,19 +92,15 @@ if (isset($_GET["file"])) { header("HTTP/1.1 304 Not Modified"); } else { header("Last-Modified: " . gmdate("D, d M Y H:i:s", $last_modified) . " GMT"); - switch ($_GET["file"]) { - case "favicon.ico": - header("Content-Type: image/x-icon"); - echo base64_decode("' . base64_encode(file_get_contents("favicon.ico")) . '"); - break; - case "default.css": - header("Content-Type: text/css"); - ?>' . file_get_contents("default.css") . '' . file_get_contents("default.css") . '