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

6 lines
69 B
PHP
Raw Normal View History

2015-05-05 20:33:05 +02:00
<?php
$app = require __DIR__.'/../app/bootstrap.php';
$app->run();