1
0
mirror of https://gitnet.fr/deblan/gist.git synced 2021-08-14 08:30:49 +02:00
GIST/web/index.php
Simon Vieille b7e6d8c69c
HTTP Cache
2018-08-20 16:40:04 +02:00

8 lines
106 B
PHP

<?php
$app = require __DIR__.'/../app/bootstrap.php';
$app['env'] = 'prod';
$app['http_cache']->run();