mirror of
https://gitnet.fr/deblan/gist.git
synced 2021-08-14 08:30:49 +02:00
6 lines
69 B
PHP
6 lines
69 B
PHP
<?php
|
|
|
|
$app = require __DIR__.'/../app/bootstrap.php';
|
|
|
|
$app->run();
|