@@ -24,7 +24,7 @@ |
||
24 | 24 | return false; |
25 | 25 | } elseif (strpos(dirname($filePath), 'cache') !== false) { |
26 | 26 | return false; |
27 | - } elseif(is_file($filePath)) { |
|
27 | + } elseif (is_file($filePath)) { |
|
28 | 28 | header('Content-Disposition: filename=' . pathinfo($filePath, PATHINFO_BASENAME)); |
29 | 29 | header('Content-Transfer-Encoding: binary'); |
30 | 30 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT'); |