Fix in Linux

This commit is contained in:
Antonio de la Rosa 2026-01-06 00:08:34 +01:00
parent 9d70c9efd2
commit 8b7dbbc55d

View file

@ -11,11 +11,11 @@ class Linux {
$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]);
}
}*/
$final_command=implode(' ', $arr_command);