mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-18 13:42:17 -05:00
Bootstrap files and directories
This commit is contained in:
parent
ca23b87750
commit
9e6c26a203
1
src/app.php
Normal file
1
src/app.php
Normal file
@ -0,0 +1 @@
|
|||||||
|
<?php
|
1
src/controllers.php
Normal file
1
src/controllers.php
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
@ -9,5 +9,9 @@ require_once __DIR__.'/../vendor/autoload.php';
|
|||||||
|
|
||||||
$app = new Silex\Application();
|
$app = new Silex\Application();
|
||||||
|
|
||||||
|
require_once __DIR__.'/../src/app.php';
|
||||||
|
require_once __DIR__.'/../src/controllers.php';
|
||||||
|
|
||||||
|
$app['debug'] = true;
|
||||||
|
|
||||||
$app->run();
|
$app->run();
|
||||||
|
Loading…
Reference in New Issue
Block a user