0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/scripts
Christian Boltz 4e9e3db75d
Fix parameter parsing for '-1'
'--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.
2020-05-02 01:24:08 +02:00
..
snippets reformat 2019-09-17 21:06:00 +01:00
postfixadmin-cli initial attempt at trying to return an exit value within the cli 2019-09-14 20:09:56 +01:00
postfixadmin-cli.php Fix parameter parsing for '-1' 2020-05-02 01:24:08 +02:00