Allow wfShellExec() to use an array as a command prompt
authorYuri Astrakhan <yurik@wikimedia.org>
Mon, 21 Jul 2014 22:46:16 +0000 (01:46 +0300)
committerTim Starling <tstarling@wikimedia.org>
Thu, 24 Jul 2014 05:00:37 +0000 (05:00 +0000)
commitd1d6cb7bc3a134cfd153ed7eb9fcdafa5c1fd193
treee24a4c46e2346c31c9b5b65a92c9a4a31b20d729
parentbc3d8e267e5c5fe8ce2ad5acfa8fe03e1752c4aa
Allow wfShellExec() to use an array as a command prompt

Command line may now be given as an array, where each value
will be escaped and glued together with a space.

Change-Id: I9237ec1fccc60c0c4a360562db1c050a3be7e6a3
includes/GlobalFunctions.php