Fix in Linux
This commit is contained in:
parent
82ab3fd33f
commit
3fbd949790
1 changed files with 1 additions and 1 deletions
|
|
@ -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]=escapeshellarg($arr_command[$x]);
|
$arr_command[$x]=escapeshellcmd($arr_command[$x]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue