mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:50:11 +00:00
Replaced $argv and $argc with the $_SERVER array
This commit is contained in:
parent
b5beb4c69a
commit
cce561708a
15 changed files with 47 additions and 57 deletions
|
@ -265,6 +265,6 @@ function queue_run(&$argv, &$argc){
|
|||
}
|
||||
|
||||
if (array_search(__file__,get_included_files())===0){
|
||||
queue_run($argv,$argc);
|
||||
queue_run($_SERVER["argv"],$_SERVER["argc"]);
|
||||
killme();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue