@@ -49,8 +49,7 @@ |
||
49 | 49 | } |
50 | 50 | } |
51 | 51 | |
52 | - switch ($type) |
|
53 | - { |
|
52 | + switch ($type) { |
|
54 | 53 | case 'jpg': |
55 | 54 | header('Content-Type: image/jpeg'); |
56 | 55 | //by default, we don't cache |