mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:10:13 +00:00
extract dependency for $_SERVER
This commit is contained in:
parent
eb0e1c393f
commit
cb5a1daa40
2 changed files with 6 additions and 6 deletions
|
@ -31,4 +31,4 @@ $dice = (new Dice())->addRules(require(dirname(__DIR__) . '/static/dependencies.
|
|||
|
||||
$app = \Friendica\App::fromDice($dice);
|
||||
|
||||
$app->processDaemon($options);
|
||||
$app->processDaemon($_SERVER['argv'] ?? [], $options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue