| 1 | <?php |
||
| 11 | class FavIconRule extends StandardRule |
||
| 12 | { |
||
| 13 | protected $contentTypes = array('image'); |
||
| 14 | |||
| 15 | private $favicons = array( |
||
| 16 | '231567a8cc45c2cf966c4e8d99a5b7fd' => 'symfony2', |
||
| 17 | '53a151ba1af3acdefe16fbbdad937ee4' => 'wordpress', |
||
| 18 | 'e6a9dc66179d8c9f34288b16a02f987e' => 'drupal', |
||
| 19 | '8718c2998236c796896b725f264092ee' => 'typo3', |
||
| 20 | '1da050bcdd95e30c3cd984cf1d450f81' => 'neos2', |
||
| 21 | 'abe604b0b1b232bc1d37ea23e619eb2a' => 'magento', |
||
| 22 | 'c1f20852dd1caf078f49de77a2de8e3f' => 'vbulletin', |
||
| 23 | 'cfe845e2eaaf1bf4e86b5921df1d39f3' => 'phpbb', |
||
| 24 | ); |
||
| 25 | |||
| 26 | protected function doValidation(Response $response) |
||
| 36 | } |
||
| 37 |