1
0
Fork 0
forked from deblan/gist
gist/web/index.php

8 lines
92 B
PHP
Raw Permalink 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';
2015-05-05 20:33:05 +02:00
$app->run();