@@ -8,11 +8,11 @@ |
||
| 8 | 8 | { |
| 9 | 9 | public $path; |
| 10 | 10 | public $opts = array( |
| 11 | - 'etag' => true, |
|
| 12 | - 'timeout' => 604800, |
|
| 13 | - 'maxAge' => 315360000, |
|
| 14 | - 'gzip' => false |
|
| 15 | - ); |
|
| 11 | + 'etag' => true, |
|
| 12 | + 'timeout' => 604800, |
|
| 13 | + 'maxAge' => 315360000, |
|
| 14 | + 'gzip' => false |
|
| 15 | + ); |
|
| 16 | 16 | |
| 17 | 17 | |
| 18 | 18 | public function __construct($path = null, $opts = array()) |