gist/web/index.php

8 lines
106 B
PHP
Raw Normal View History

2015-05-05 20:33:05 +02:00
<?php
$app = require __DIR__.'/../app/bootstrap.php';
2015-11-10 21:49:42 +01:00
$app['env'] = 'prod';
2018-08-20 16:40:04 +02:00
$app['http_cache']->run();