Level2.lu/src/web/index.php

4 lines
70 B
PHP
Raw Normal View History

2015-02-23 11:20:05 +01:00
<?php
$app = require_once __DIR__ . '/../app/app.php';
$app->run();