gist/web/index.php
2015-05-05 20:33:05 +02:00

6 lines
69 B
PHP

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