equal
deleted
inserted
replaced
1 <?php |
1 <?php |
|
2 /* |
|
3 * This file is part of the WikiTagBundle package. |
|
4 * |
|
5 * (c) IRI <http://www.iri.centrepompidou.fr/> |
|
6 * |
|
7 * For the full copyright and license information, please view the LICENSE |
|
8 * file that was distributed with this source code. |
|
9 */ |
2 |
10 |
3 require_once __DIR__.'/AppKernel.php'; |
11 require_once __DIR__.'/AppKernel.php'; |
4 |
12 |
5 use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache; |
13 use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache; |
6 |
14 |