@@ -49,7 +49,7 @@ |
||
49 | 49 | if (preg_match('/\.(?:js|ico|txt|gif|jpg|jpeg|png|bmp|css|html|htm|php|pdf|exe|eot|svg|ttf|woff|ogg|mp3|xml|map|scss|json)$/', |
50 | 50 | $_SERVER['REQUEST_URI'])) { |
51 | 51 | if (file_exists($dir . $_SERVER["REQUEST_URI"])) { |
52 | - return true; // serve the requested resource as-is. |
|
52 | + return true; // serve the requested resource as-is. |
|
53 | 53 | } |
54 | 54 | } |
55 | 55 | } |