Added proc_open for execute commands in php

This commit is contained in:
absurdo 2023-11-27 13:15:24 +01:00
parent 995208b3e1
commit c4defd56d1

View file

@ -15,6 +15,8 @@ class Linux {
}
$final_command=implode(' ', $arr_command);
$descriptorspec = array(
0 => array("pipe", "r"), // stdin
1 => array("pipe", "w"), // stdout