mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Use $argv instead of $_SERVER['argv']
This commit is contained in:
parent
8a2d41e53f
commit
3b81c66150
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ include_once dirname(__DIR__) . '/boot.php';
|
|||
$a = new Friendica\App(dirname(__DIR__));
|
||||
\Friendica\BaseObject::setApp($a);
|
||||
|
||||
(new Friendica\Core\Console())->execute();
|
||||
(new Friendica\Core\Console($argv))->execute();
|
||||
|
|
Loading…
Reference in a new issue