diff --git a/cached.php b/cached.php index 01c2544935..d9773f4714 100644 --- a/cached.php +++ b/cached.php @@ -47,6 +47,8 @@ header("Content-Type: application/javascript"); } elseif (substr($abs, -4) == ".css") { header("Content-Type: text/css"); +}else{ + header("Location: index.php"); } readfile($abs);