1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

Move controllers in a dedicated directory

This commit is contained in:
Vincent Jousse 2013-11-22 15:03:25 +01:00
parent 3301a3b136
commit e71f24ec63
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if (php_sapi_name() === 'cli-server' && is_file($filename)) {
require_once __DIR__.'/../vendor/autoload.php';
require_once __DIR__.'/../app/app.php';
require_once __DIR__.'/../app/controllers.php';
require_once __DIR__.'/../app/controllers/controllers.php';
$app['debug'] = true;