Mercurial > SimpleWebPresenter
comparison InputParser.inc @ 111:adf7b11921f4
No compression when debugging.
Synchronize caching headers.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 15 Mar 2016 12:55:42 +0100 |
| parents | d5f3efba33e2 |
| children | 374e3eff07fd |
comparison
equal
deleted
inserted
replaced
| 110:6f5939bf53c3 | 111:adf7b11921f4 |
|---|---|
| 61 } | 61 } |
| 62 $parent->removeChild($param); | 62 $parent->removeChild($param); |
| 63 } | 63 } |
| 64 } | 64 } |
| 65 $this->master = self::getFiles($this->master, $this->options); | 65 $this->master = self::getFiles($this->master, $this->options); |
| 66 $cache->setMaxAge(20); | 66 $cache->setMaxAge(0); |
| 67 } | 67 } |
| 68 | 68 |
| 69 function cacheCheck() | 69 function cacheCheck() |
| 70 { | 70 { |
| 71 return $this->options->getCacheable(); | 71 return $this->options->getCacheable(); |
