mirror of
https://github.com/friendica/friendica
synced 2025-01-08 20:04:43 +00:00
Merge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php
This commit is contained in:
commit
3c2db734d6
2 changed files with 5 additions and 2 deletions
|
@ -7,8 +7,11 @@ parameters:
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
- addon/
|
- addon/
|
||||||
- src/
|
- bin/auth_ejabberd.php
|
||||||
|
- bin/console.php
|
||||||
|
- bin/daemon.php
|
||||||
- index.php
|
- index.php
|
||||||
|
- src/
|
||||||
|
|
||||||
excludePaths:
|
excludePaths:
|
||||||
analyse:
|
analyse:
|
||||||
|
|
|
@ -31,4 +31,4 @@ $dice = (new Dice())->addRules(require(dirname(__DIR__) . '/static/dependencies.
|
||||||
|
|
||||||
$app = \Friendica\App::fromDice($dice);
|
$app = \Friendica\App::fromDice($dice);
|
||||||
|
|
||||||
$app->processDaemon($_SERVER['argv'] ?? [], $options);
|
$app->processDaemon($_SERVER['argv'] ?? [], $options ?: []);
|
||||||
|
|
Loading…
Reference in a new issue