mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 04:14:24 +02:00
Revert "WebCommand::serveAction(): make arguments non-positional"
This reverts commit d101e852ce7a0c75da449f5db02cf73d3ea7f50f. Sorry for doing so, but we have to fix this without breaking compatibility.
This commit is contained in:
parent
6d56a57b7e
commit
3ded331bd1
@ -38,8 +38,8 @@ class WebCommand extends Command
|
|||||||
}
|
}
|
||||||
|
|
||||||
$fork = $this->params->get('daemonize');
|
$fork = $this->params->get('daemonize');
|
||||||
$documentRoot = $this->params->shift('document-root');
|
$documentRoot = $this->params->shift();
|
||||||
$socket = $this->params->shift('listen-addr');
|
$socket = $this->params->shift();
|
||||||
|
|
||||||
// TODO: Sanity check!!
|
// TODO: Sanity check!!
|
||||||
if ($socket === null) {
|
if ($socket === null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user