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",
|
"name": "phangoapp/leviathanutils",
|
||||||
"description": "A set of classes and methods for make shell operations in linux",
|
"description": "A set of classes and methods for make shell operations in linux",
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~4.8@dev"
|
"phpunit/phpunit": "^12"
|
||||||
},
|
},
|
||||||
"license": "GPL3",
|
"license": "GPL3",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ class Linux {
|
||||||
|
|
||||||
for($x=1;$x<count($arr_command);$x++) {
|
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