Fixes in Linux
This commit is contained in:
parent
eeacb244d2
commit
6fd6c10e81
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "phangoapp/leviathanutils",
|
||||
"description": "A set of classes and methods for make shell operations in linux",
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.8@dev"
|
||||
"phpunit/phpunit": "^12"
|
||||
},
|
||||
"license": "GPL3",
|
||||
"authors": [
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ class Linux {
|
|||
|
||||
for($x=1;$x<count($arr_command);$x++) {
|
||||
|
||||
// $arr_command[$x]=escapeshellcmd($arr_command[$x]);
|
||||
$arr_command[$x]=escapeshellcmd($arr_command[$x]);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue