linux-questionnaire/web/index.php
2015-03-02 20:07:17 +01:00

6 lines
69 B
PHP

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