mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02: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