| author | cavaliet |
| Wed, 02 Apr 2014 14:35:17 +0200 | |
| changeset 113 | e4f8c2479e78 |
| parent 71 | b01e36991488 |
| permissions | -rwxr-xr-x |
| 0 | 1 |
<?php |
|
71
b01e36991488
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
2 |
/* |
|
b01e36991488
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
3 |
* This file is part of the WikiTagBundle package. |
|
b01e36991488
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
4 |
* |
|
b01e36991488
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
5 |
* (c) IRI <http://www.iri.centrepompidou.fr/> |
|
b01e36991488
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
6 |
* |
|
b01e36991488
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
7 |
* For the full copyright and license information, please view the LICENSE |
|
b01e36991488
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
8 |
* file that was distributed with this source code. |
|
b01e36991488
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
9 |
*/ |
| 0 | 10 |
|
11 |
require_once __DIR__.'/AppKernel.php'; |
|
12 |
||
13 |
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache; |
|
14 |
||
15 |
class AppCache extends HttpCache |
|
16 |
{ |
|
17 |
} |