mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
require dependencies.config.php file in index.php entry point
This commit is contained in:
parent
e59dd9d9d4
commit
c99958c327
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ require __DIR__ . '/vendor/autoload.php';
|
||||||
|
|
||||||
$request = \GuzzleHttp\Psr7\ServerRequest::fromGlobals();
|
$request = \GuzzleHttp\Psr7\ServerRequest::fromGlobals();
|
||||||
|
|
||||||
$dice = (new Dice())->addRules(include __DIR__ . '/static/dependencies.config.php');
|
$dice = (new Dice())->addRules(require(__DIR__ . '/static/dependencies.config.php'));
|
||||||
|
|
||||||
$app = \Friendica\App::fromDice($dice);
|
$app = \Friendica\App::fromDice($dice);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue