mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
Provide $_SERVER to App::processConsole()
This commit is contained in:
parent
15446f35a5
commit
c9bcc45d7c
5 changed files with 14 additions and 5 deletions
|
@ -19,4 +19,4 @@ $container = \Friendica\Core\DiceContainer::fromBasePath(dirname(__DIR__));
|
|||
|
||||
$app = \Friendica\App::fromContainer($container);
|
||||
|
||||
$app->processConsole($_SERVER['argv'] ?? []);
|
||||
$app->processConsole($_SERVER);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue