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 eea3b1e427 silex
2015-05-05 20:33:05 +02:00

6 lines
69 B
PHP

<?php
$app = require __DIR__.'/../app/bootstrap.php';
$app->run();