You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
'--quota -1' gets parsed as two options ("quota" and "1"), but it's
meant to be "quota => -1".
Make sure '-1' is considered as a value, not as an option.
Also get rid of unset()'ing $params[$i] and (now?) superfluous recursive
calls to __parseParams() to make the code less confusing.
|
6 years ago | |
|---|---|---|
| .. | ||
| snippets | 6 years ago | |
| postfixadmin-cli | 6 years ago | |
| postfixadmin-cli.php | 6 years ago | |