Fix in Linux
This commit is contained in:
parent
9d70c9efd2
commit
8b7dbbc55d
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ class Linux {
|
||||||
|
|
||||||
$error=0;
|
$error=0;
|
||||||
|
|
||||||
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]=escapeshellarg($arr_command[$x]);
|
||||||
|
|
||||||
}
|
}*/
|
||||||
|
|
||||||
$final_command=implode(' ', $arr_command);
|
$final_command=implode(' ', $arr_command);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue